From 3264b688c7f8b29f50ca9255aa63c1fbcd4c582d Mon Sep 17 00:00:00 2001 From: Jake Walker Date: Sun, 6 Jul 2025 19:34:48 +0100 Subject: [PATCH] update greggs typo --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 3c16e08..2a19576 100644 --- a/main.ts +++ b/main.ts @@ -11,7 +11,7 @@ const WEBHOOK_URL = Deno.env.get("WEBHOOK_URL"); const OCTOPUS_API_ENDPOINT = "https://api.octopus.energy/v1/graphql/"; const OFFER_SLUG_MAP: { [slug: string]: string } = { - "greggs": "Greegs", + "greggs": "Greggs", "caffe-nero": "Caffè Nero" };