Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Dec 26, 2024
1 parent 52b223e commit 0a70028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/relay/jobs/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { strategiesByName } from "../_strategies";
import { BaseRelayRequestBodySchema } from "../index";

const messageReceiver = new Receiver({
currentSigningKey: process.env.QSTASH_SIGNING_KEY!,
currentSigningKey: process.env.QSTASH_CURRENT_SIGNING_KEY!,
nextSigningKey: process.env.QSTASH_NEXT_SIGNING_KEY!,
});

Expand Down

0 comments on commit 0a70028

Please sign in to comment.