fix: better error message

This commit is contained in:
Alexis Tyler
2021-07-01 16:19:57 +09:30
parent a097b7ceae
commit 396ce2607d

View File

@@ -484,6 +484,6 @@ export const graphql = {
};
}
throw new Error('Invalid');
throw new Error('Invalid API key');
}
};