fix: Correct return value in createOrg function to true
All checks were successful
Build / Build (push) Successful in 1m12s

This commit is contained in:
Jacob Schmidt 2025-05-30 05:18:10 -05:00
parent a106fef2fd
commit 73086cfe97

View File

@ -460,7 +460,7 @@ private _orgStoreInterface = createHashMapObject [[
_self set ["currentOrganization", _orgData];
_self call ["saveToDatabase", []];
_assetId // Return the generated ID
true
}],
["getAssets", {
/**