@eluvio/elv-client-js 3.2.18 → 3.2.19
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-lock.json +42401 -0
- package/package.json +1 -1
- package/src/walletClient/index.js +1 -1
package/package.json
CHANGED
|
@@ -837,7 +837,7 @@ class ElvWalletClient {
|
|
|
837
837
|
filters.push(`token:eq:${tokenId}`);
|
|
838
838
|
}
|
|
839
839
|
} else if(filter) {
|
|
840
|
-
if(mode
|
|
840
|
+
if(mode.includes("listing")) {
|
|
841
841
|
filters.push(`nft/display_name:eq:${filter}`);
|
|
842
842
|
} else if(mode === "owned") {
|
|
843
843
|
filters.push(`meta/display_name:eq:${filter}`);
|