Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaskarim committed Oct 29, 2021
2 parents 0d558f8 + 98bfc00 commit fdedc32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/next/graphql/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { get, omit } from "lodash";
import { defaultApolloGraphqlOptions } from "../../framework/defaults/options";
const { ApolloServer } = require("apollo-server-express");
import { ApolloServer } from "apollo-server-express";

export const useGraphql = (obj) => obj;

Expand Down
2 changes: 1 addition & 1 deletion src/next/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { emailSender } from "./mailer/index";
import cronJobs from "./cronJobs";
import storage from "./storage";
import sockets from "./sockets";
const http = require("http");
import http from "http";

export default async function (configuration: any) {
return new Promise(async (resolve, reject) => {
Expand Down
1 change: 0 additions & 1 deletion src/next/types/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Express } from "express";
import { Http2Server } from "http2";
import { type } from "os";
import { Sequelize } from "sequelize/types";

export interface WertikApp {
Expand Down

0 comments on commit fdedc32

Please sign in to comment.