Skip to content

Commit

Permalink
fix: move to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jan 24, 2024
1 parent a3ecb5b commit ca24cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/manager/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface PageData {
}

const LATEST_RELEASES_URL =
"https://api.github.com/repos/WhitigolProd/snailycad-manager/releases/latest";
"https://api.github.com/repos/SnailyCAD-Manager/v2/releases/latest";

This comment has been minimized.

Copy link
@whitigol

whitigol Jan 24, 2024

Contributor

This will not result in the latest release being downloaded, unless the website was rebuilt after every new release of SnailyCAD Manager. The issues with my GitHub account have been resolved, so my PR (#104) is publicly visible now. That's what I would recommend to implement.


/** @type {import('./$types').PageLoad} */
export async function load({ fetch }): Promise<PageData> {
Expand Down

0 comments on commit ca24cea

Please sign in to comment.