From 0a70028eaada35c5be7d265626b209e04a87f3a7 Mon Sep 17 00:00:00 2001 From: Dong-Ha Kim Date: Thu, 26 Dec 2024 13:21:30 +0100 Subject: [PATCH] fixup --- api/relay/jobs/process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/relay/jobs/process.ts b/api/relay/jobs/process.ts index 5bf708523..5609762e9 100644 --- a/api/relay/jobs/process.ts +++ b/api/relay/jobs/process.ts @@ -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!, });