From 3e7467509aef261985ff0116a4b370f59f6b3237 Mon Sep 17 00:00:00 2001 From: Ajeyakrishna <98796547+Ajeyakrishna-k@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:25:27 +0530 Subject: [PATCH] chore: updates staging id (#31) --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 2d67b82..a059c85 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -5,7 +5,7 @@ compatibility_date = "2023-07-17" [env.staging] kv_namespaces = [ - { binding = "CronJobsTimestamp", id = "509cd24483a24ddcb79f85f657274508" } + { binding = "CronJobsTimestamp", id = "6fbc191da931473393d5fbe612251d29" } ] services = [ { binding = "DISCORD_BOT", service = "discord-slash-commands", environment = "staging" }