Skip to content

Commit

Permalink
fixed method
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Feb 11, 2025
1 parent 586ae69 commit 03f751a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/views/api-test/openapi-methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@
"fullBody": "async (network) => {\n const childType = await _index__WEBPACK_IMPORTED_MODULE_15__.userWalletService.getActiveWallet();\n let chainType = 'flow';\n if (childType === 'evm') {\n chainType = 'evm';\n }\n const nftList = await _background_webapi__WEBPACK_IMPORTED_MODULE_6__.storage.getExpiry(`NFTList${network}${chainType}`);\n if (nftList && nftList.length > 0) {\n return nftList;\n }\n const config = this.store.config.get_nft_list;\n const data = await this.sendRequest(config.method, config.path, {\n network,\n chain_type: chainType,\n });\n _background_webapi__WEBPACK_IMPORTED_MODULE_6__.storage.setExpiry(`NFTList${network}${chainType}`, data, 600000);\n return data;\n};",
"usesSendRequest": true,
"usesFetchDirectly": false,
"basicSignature": "async (address, offset, limit) =>",
"params": ["address", "offset", "limit"]
"basicSignature": "async (network) =>",
"params": ["network"]
},
{
"name": "getAddressBook",
Expand Down

0 comments on commit 03f751a

Please sign in to comment.