@subql/apollo-links
Advanced tools
Comparing version 0.3.3-1 to 0.3.3-2
@@ -22,3 +22,3 @@ "use strict"; | ||
sub = forward(operation).subscribe(observer); | ||
}); | ||
}).catch((error) => observer.error(error)); | ||
return () => sub.unsubscribe(); | ||
@@ -25,0 +25,0 @@ }); |
{ | ||
"name": "@subql/apollo-links", | ||
"version": "0.3.3-1", | ||
"version": "0.3.3-2", | ||
"description": "SubQuery Network - graphql links", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"stableVersion": "0.3.3-0" | ||
"stableVersion": "0.3.3-1" | ||
} |
@@ -34,3 +34,3 @@ // Copyright 2020-2022 SubQuery Pte Ltd authors & contributors | ||
sub = forward(operation).subscribe(observer); | ||
}); | ||
}).catch((error) => observer.error(error)); | ||
@@ -37,0 +37,0 @@ return () => sub.unsubscribe(); |
Sorry, the diff of this file is not supported yet
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
79130