Skip to content

Commit

Permalink
fix READ_MIGRATED_NFTS env
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Oct 23, 2023
1 parent 5c5ec37 commit 9125f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
vit: getEnv('NFT_VIT'),
vitMigratedAtBlock: getEnv('VIT_MIGRATED_AT_BLOCK'),
vitMigratedTS: Number(getEnv('VIT_MIGRATED_TS')),
readMigrateNfts: Boolean(getEnv('READ_MIGRATED_NFTS')),
readMigrateNfts: Boolean(getEnv('READ_MIGRATED_NFTS', '')),
},
archive: {
uri: getEnv('ARCHIVE_URI'),
Expand Down

0 comments on commit 9125f08

Please sign in to comment.