anymal-protocol 1.0.137 → 1.0.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3031,7 +3031,7 @@ function useCoinbaseCreateOrganizationWallet() {
|
|
|
3031
3031
|
return {
|
|
3032
3032
|
success: false,
|
|
3033
3033
|
message: "Missing required parameters for organization creation.",
|
|
3034
|
-
status: "error"
|
|
3034
|
+
status: "error."
|
|
3035
3035
|
};
|
|
3036
3036
|
}
|
|
3037
3037
|
const result = await sendOperationFn(
|
package/dist/index.mjs
CHANGED
|
@@ -2952,7 +2952,7 @@ function useCoinbaseCreateOrganizationWallet() {
|
|
|
2952
2952
|
return {
|
|
2953
2953
|
success: false,
|
|
2954
2954
|
message: "Missing required parameters for organization creation.",
|
|
2955
|
-
status: "error"
|
|
2955
|
+
status: "error."
|
|
2956
2956
|
};
|
|
2957
2957
|
}
|
|
2958
2958
|
const result = await sendOperationFn(
|
package/package.json
CHANGED