the delay does not do anything

This commit is contained in:
Nolan Lawson 2018-06-07 21:08:22 -07:00
parent eaefbaa07c
commit 438b3519a4
1 changed files with 0 additions and 1 deletions

View File

@ -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