Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhio618 committed Sep 29, 2024
1 parent c4d32f7 commit 9c0e6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-action-permit-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function generatePermitsFromGithubWorkflowDispatch() {
console.log(`Recieved: ${_userAmounts}`);
const userAmounts = JSON.parse(_userAmounts);

console.log(`Recieved env: ${env}`);
throw new Error(`Recieved env: ${env}`);
// Populate the permitRequests from the user_amounts payload

const permitRequests: PermitRequest[] = userAmounts.flatMap((userObj: { [key: string]: number }) =>
Expand Down

0 comments on commit 9c0e6ca

Please sign in to comment.