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" };