opensea-js
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -377,3 +377,3 @@ "use strict"; | ||
const response = await req.send(); | ||
if (!response.ok) { | ||
if (!response.ok()) { | ||
// If an errors array is returned, throw with the error messages. | ||
@@ -380,0 +380,0 @@ const errors = response.bodyJson?.errors; |
{ | ||
"name": "opensea-js", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -623,3 +623,3 @@ import { ethers } from "ethers"; | ||
const response = await req.send(); | ||
if (!response.ok) { | ||
if (!response.ok()) { | ||
// If an errors array is returned, throw with the error messages. | ||
@@ -626,0 +626,0 @@ const errors = response.bodyJson?.errors; |
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
457099