Fixed style issue

pull/5/head
Trivernis 5 years ago
parent 1debb27933
commit f103be95b3

@ -1,13 +1,13 @@
import {GraphQLError} from "graphql";
import * as status from "http-status";
import * as yaml from "js-yaml";
import {Op} from "sequelize";
import dataaccess from "../lib/dataAccess";
import {NotLoggedInGqlError, PostNotFoundGqlError} from "../lib/errors/graphqlErrors";
import globals from "../lib/globals";
import {InternalEvents} from "../lib/InternalEvents";
import * as models from "../lib/models";
import {is} from "../lib/regex";
import {Op} from "sequelize";
/**
* Returns the resolvers for the graphql api.

Loading…
Cancel
Save