Skip to content

Commit

Permalink
fix policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Oct 1, 2024
1 parent fdd4fce commit 1c8c42b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/blocked.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ export default async function (request: ZuploRequest, context: ZuploContext) {
detail: "This bin is blocked due to abuse.",
});
}

return request;
}

0 comments on commit 1c8c42b

Please sign in to comment.