@psychic-api/link
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -91,3 +91,3 @@ import { useState, useCallback, useEffect } from 'react'; | ||
setIsLoading(false); | ||
onSuccessCallback(data.account_id); | ||
onSuccessCallback({ accountId: data.account_id, connectorId: data.connector_id }); | ||
} | ||
@@ -94,0 +94,0 @@ else { |
@@ -93,3 +93,3 @@ 'use strict'; | ||
setIsLoading(false); | ||
onSuccessCallback(data.account_id); | ||
onSuccessCallback({ accountId: data.account_id, connectorId: data.connector_id }); | ||
} | ||
@@ -96,0 +96,0 @@ else { |
{ | ||
"name": "@psychic-api/link", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18854