Skip to content

Commit

Permalink
Change ReleaseCheck to this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott-home-pc committed May 5, 2021
1 parent e82601a commit 413c51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/pages/ReleaseCheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class ReleaseCheck extends Vue {
async created(): Promise<void> {
const releaseResponse = await fetch(
'https://api.github.com/repos/lettucekiing/ghost-chat/releases',
'https://api.github.com/repositories/364204306/releases',
).then((res) => res.json());
const releaseVersion = releaseResponse[0].tag_name.slice(1, releaseResponse[0].tag_name.length);
Expand Down

0 comments on commit 413c51a

Please sign in to comment.