update greggs typo
This commit is contained in:
parent
dc53d31661
commit
3264b688c7
1 changed files with 1 additions and 1 deletions
2
main.ts
2
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 OCTOPUS_API_ENDPOINT = "https://api.octopus.energy/v1/graphql/";
|
||||||
|
|
||||||
const OFFER_SLUG_MAP: { [slug: string]: string } = {
|
const OFFER_SLUG_MAP: { [slug: string]: string } = {
|
||||||
"greggs": "Greegs",
|
"greggs": "Greggs",
|
||||||
"caffe-nero": "Caffè Nero"
|
"caffe-nero": "Caffè Nero"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue