remove old func
This commit is contained in:
parent
c0a088ab22
commit
6bb45575b5
1 changed files with 0 additions and 4 deletions
|
|
@ -1334,10 +1334,6 @@ const getWhitelistedAssets = async (offset, count) => {
|
|||
return fullList.slice(offset, offset + count);
|
||||
}
|
||||
|
||||
const getAllAssets = async (offset, count) => {
|
||||
|
||||
}
|
||||
|
||||
app.get(
|
||||
'/api/get_whitelisted_assets/:offset/:count',
|
||||
exceptionHandler(async (req, res) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue