Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #127 from capsule-corp-ternoa/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
Leouarz authored Nov 2, 2021
2 parents c53700b + 782f7d0 commit 89f60ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/services/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class UserService {
try {
const withSeriesData = (withSeriesDataValues === true)
if (page && limit){
const data = await fetch(`${TERNOA_API_URL}/api/users/${walletId}`)
const data = await fetch(`${TERNOA_API_URL}/api/users/${walletId}?removeBurned=${true}`)
const user = await data.json() as IUser
const totalLikedNfts = user.likedNFTs.length
const likedIndexStart = (Number(page)-1)*Number(limit)
Expand Down

0 comments on commit 89f60ce

Please sign in to comment.