Skip to content
Snippets Groups Projects
Commit 8a6f13ca authored by Yannis Barlas's avatar Yannis Barlas
Browse files

fix(graphql): fix pubsub noop error method

parent 9531ad9b
No related branches found
No related tags found
1 merge request!126Next
Pipeline #62868 failed with stage
in 1 minute and 5 seconds
class PostgresPubSubNoop {
static error() {
/* eslint-disable-next-line class-methods-use-this */
error() {
throw new Error(
'Cannot use the Subscription Manager when useGraphQLServer is false in the config',
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment