diff --git a/app/graphql/index.ts b/app/graphql/index.ts index 41d3c408e..734a2463e 100644 --- a/app/graphql/index.ts +++ b/app/graphql/index.ts @@ -484,6 +484,6 @@ export const graphql = { }; } - throw new Error('Invalid'); + throw new Error('Invalid API key'); } };