Skip to content

Commit

Permalink
update github owner in worker script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Sep 13, 2023
1 parent d9f7b1e commit b56da86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
const octokit = new Octokit();

const { data } = await octokit.rest.repos.getLatestRelease({
owner: 'perspect3vism',
owner: 'coasys',
repo: 'ad4m',
});

Expand Down

0 comments on commit b56da86

Please sign in to comment.