update greggs typo

This commit is contained in:
Jake Walker 2025-07-06 19:34:48 +01:00
parent dc53d31661
commit 3264b688c7
No known key found for this signature in database

View file

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