Skip to content

Commit

Permalink
Fix API
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 21, 2024
1 parent 76adff8 commit 4e8b599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/handlers/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ app.get("/latest/canary", async (c) => {
return {
name: file.key,
url: `https://artifacts.overlayed.dev/${file.key}`,
platform,
platform: platform.replace(".zip", ""),
};
})
.filter((file) => file.name !== "canary/latest.json");
Expand Down

0 comments on commit 4e8b599

Please sign in to comment.