Fixed bug with collectibles scans endpointchanges

This commit is contained in:
DrMint 2024-07-26 08:40:14 +02:00
parent 9e7d020ad7
commit 1fb10535a6
1 changed files with 2 additions and 2 deletions

View File

@ -306,8 +306,8 @@ export const getEndpointChangesForCollectible = ({
// TODO: Add other changes for cover, obi, dustjacket...
scans.pages?.forEach((_, indexNumber) => {
const index = indexNumber.toString();
scans.pages?.forEach(({ page }) => {
const index = page.toString();
changes.push({
type: SDKEndpointNames.getCollectibleScanPage,
slug,