diff --git a/bin/restore-mastodon-data.js b/bin/restore-mastodon-data.js index 42028ac4..222119b6 100644 --- a/bin/restore-mastodon-data.js +++ b/bin/restore-mastodon-data.js @@ -45,7 +45,6 @@ export async function restoreMastodonData () { console.log('Restoring mastodon data...') let internalIdsToIds = {} for (let action of actions) { - await new Promise(resolve => setTimeout(resolve, 1000)) // delay so that notifications have proper order console.log(JSON.stringify(action)) let accessToken = users[action.user].accessToken