From 814a4dce76a1b09c65f089d18c1c675f96c5a97f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 6 Mar 2018 09:04:09 -0800 Subject: [PATCH] fix comment --- bin/run-mastodon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }