Skip to content

Commit

Permalink
chore: remove unrequired env var (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-robitaille authored Nov 16, 2023
1 parent 83a5528 commit 7002111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/submit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const callLambda = async (
const encoder = new TextEncoder();

const command = new InvokeCommand({
FunctionName: process.env.SUBMISSION_API ?? "Submission",
FunctionName: "Submission",
Payload: encoder.encode(
JSON.stringify({
formID,
Expand Down

0 comments on commit 7002111

Please sign in to comment.