From 3e21216ce09bb91d9cd6e1acf93fbfc64fc45fd4 Mon Sep 17 00:00:00 2001 From: tizu69 <60812901+tizu69@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:27:49 +0200 Subject: [PATCH] mie fuckie thie databasie againie oopsie uwuie --- src/routes/p/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/p/+page.svelte b/src/routes/p/+page.svelte index fa26239..92f8802 100644 --- a/src/routes/p/+page.svelte +++ b/src/routes/p/+page.svelte @@ -79,7 +79,7 @@ issueLink = `https://github.com/${author}/${repo}/issues`; docLoc = `https://github.com/${author}/${repo}/blob/${branch}${path}/README.md`; - (() => { try { + (async () => { try { const targetUrl = docLoc.replace( new RegExp(consts.DOCS_URL_REGEX), 'raw.githubusercontent.com/$1/$2'