diff --git a/bin/run-mastodon.js b/bin/run-mastodon.js index 345ea4a4..ffea10a0 100644 --- a/bin/run-mastodon.js +++ b/bin/run-mastodon.js @@ -75,7 +75,7 @@ async function main () { await setupMastodonDatabase() await runMastodon() await waitForMastodonApiToStart() - //await restoreMastodonData() + await restoreMastodonData() await waitForMastodonUiToStart() }