From b50c6ea4a2d0e488eef7cc48423dfd030d01831b Mon Sep 17 00:00:00 2001 From: scoliono <2191476+scoliono@users.noreply.github.com> Date: Thu, 10 Sep 2020 19:57:55 -0700 Subject: [PATCH] shitfuck --- src/routes/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index dcbf579..f9381d4 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -3,7 +3,7 @@ { const res = await this.fetch(`/c/all.json`); const { articles } = await res.json(); - return { articles, randomArticle }; + return { articles }; }