Skip to content

Commit

Permalink
Use correct bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpodcasts committed Mar 29, 2024
1 parent e6987a4 commit 4494e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default {
}
let isLeech: boolean = false;

const object = await env.Content.get("leeches");
const object = await env.Data.get("leeches");

if (object != null) {
var leeches: string[] = await object.json();
Expand Down

0 comments on commit 4494e1f

Please sign in to comment.