From b56da86c25c5f08c0eef0b2f1873280ef0b1de2f Mon Sep 17 00:00:00 2001 From: Joshua Parkin Date: Wed, 13 Sep 2023 17:59:08 +0100 Subject: [PATCH] update github owner in worker script --- ui/worker/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/worker/src/index.ts b/ui/worker/src/index.ts index d480766c2..fdfbfc908 100644 --- a/ui/worker/src/index.ts +++ b/ui/worker/src/index.ts @@ -34,7 +34,7 @@ export default { const octokit = new Octokit(); const { data } = await octokit.rest.repos.getLatestRelease({ - owner: 'perspect3vism', + owner: 'coasys', repo: 'ad4m', });