@stack-spot/portal-network 0.72.1-beta.1 → 0.72.1-beta.2
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/package.json +1 -1
- package/src/client/account.ts +1 -1
package/package.json
CHANGED
package/src/client/account.ts
CHANGED
|
@@ -673,7 +673,7 @@ class AccountClient extends ReactQueryNetworkClient {
|
|
|
673
673
|
/**
|
|
674
674
|
* Updates an extension link with a patch operation.
|
|
675
675
|
*/
|
|
676
|
-
patchExtensionLink = this.
|
|
676
|
+
patchExtensionLink = this.mutation(updateExtensionLink)
|
|
677
677
|
|
|
678
678
|
/**
|
|
679
679
|
* Creates a new extension link.
|