fix: Correct return value in createOrg function to true
All checks were successful
Build / Build (push) Successful in 1m12s
All checks were successful
Build / Build (push) Successful in 1m12s
This commit is contained in:
parent
a106fef2fd
commit
73086cfe97
@ -460,7 +460,7 @@ private _orgStoreInterface = createHashMapObject [[
|
|||||||
_self set ["currentOrganization", _orgData];
|
_self set ["currentOrganization", _orgData];
|
||||||
_self call ["saveToDatabase", []];
|
_self call ["saveToDatabase", []];
|
||||||
|
|
||||||
_assetId // Return the generated ID
|
true
|
||||||
}],
|
}],
|
||||||
["getAssets", {
|
["getAssets", {
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user