Skip to content

Commit

Permalink
add extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
MixailE committed Mar 16, 2023
1 parent d2097e4 commit eca2277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async function main() {
const legacyReactionsBatches = prepareAllBatches(legacyReactions)

for (let i = 0; i < legacyPostsBatches.length; i++) {
console.log(`Loading data batch ${i}/ ${legacyPostsBatches.length}`)
console.log(`Loading data batch ${i} / ${legacyPostsBatches.length}`)
const tx = await deployedContract.migrateLegacyData(
legacyPostsBatches[i] as OBSSStorage.LegacyPostStruct[],
[] as OBSSStorage.LegacyReactionStruct[]
Expand Down

0 comments on commit eca2277

Please sign in to comment.