fix comment

This commit is contained in:
Nolan Lawson 2018-03-06 09:04:09 -08:00
parent 36fdd79032
commit 814a4dce76
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ async function main () {
await setupMastodonDatabase()
await runMastodon()
await waitForMastodonApiToStart()
//await restoreMastodonData()
await restoreMastodonData()
await waitForMastodonUiToStart()
}