Skip to content

Commit

Permalink
#35 Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Oct 3, 2023
1 parent 1e8b834 commit 30a5262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ApolloServerPluginDrainHttpServer } from '@apollo/server/plugin/drainHt
import { Role } from '@prisma/client';
import bodyParser from 'body-parser';
import cors from 'cors';
import express, { Request, Response, NextFunction } from 'express';
import express from 'express';
import { GraphQLScalarType, Kind } from 'graphql';
import http from 'http';
import * as Sentry from '@sentry/node';
Expand Down

0 comments on commit 30a5262

Please sign in to comment.