Skip to content

Commit

Permalink
Merge pull request #39 from gear-foundation/add-logs
Browse files Browse the repository at this point in the history
add logs
  • Loading branch information
ElessarST authored Apr 15, 2024
2 parents 96af4ce + 06dda61 commit 614bd4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion indexer/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { EntitiesService } from './processing/entities.service';
import { getLocalStorage } from './processing/storage/local.storage';
import { BatchService } from './processing/batch.service';
import { config } from './config';
import { readMigratedNfts } from './migrated-nft/migrated-nft';

const nftCbPrograms = [config.nfts.cb, config.nfts.vit];

Expand Down
1 change: 1 addition & 0 deletions indexer/src/processing/events.processing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export class EventsProcessing {
`${blockNumber}-${messageId}: error handling nft event`,
e,
payload,
eventInfo,
);
return null;
}
Expand Down

0 comments on commit 614bd4f

Please sign in to comment.