@moneypot/hub 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,7 +53,7 @@ export const HubAuthenticatePlugin = makeExtendSchemaPlugin(() => {
|
|
|
53
53
|
})
|
|
54
54
|
.then(maybeOneRow);
|
|
55
55
|
if (!casino) {
|
|
56
|
-
throw new GraphQLError(`
|
|
56
|
+
throw new GraphQLError(`hub server is unaware of casino with a base url of provided casinoBaseUrl`);
|
|
57
57
|
}
|
|
58
58
|
if (!casino.api_key) {
|
|
59
59
|
throw new GraphQLError("Casino secret not configured");
|