From 7953c1df30ae00e717df59ca38c74050d2f531f3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sun, 10 Apr 2022 00:30:47 +0200 Subject: [PATCH] fix: Missing install repositories GitHub --- src/routes/sources/[id]/_Github.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/sources/[id]/_Github.svelte b/src/routes/sources/[id]/_Github.svelte index 6b8aa0c89..a01746267 100644 --- a/src/routes/sources/[id]/_Github.svelte +++ b/src/routes/sources/[id]/_Github.svelte @@ -104,7 +104,7 @@ {/if} - {:else if source.githubAppId} + {:else if source.githubApp?.installationId}
General