Skip to content

Commit

Permalink
fix: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Dec 27, 2020
1 parent 20b50a4 commit 6ab76db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { Static, Type } from '@sinclair/typebox';
import Fastify, {
FastifyInstance,
FastifyLoggerOptions,
FastifyServerOptions,
} from 'fastify';
import Fastify, { FastifyInstance, FastifyServerOptions } from 'fastify';

export const PubSubMessage = Type.Object({
message: Type.Object({
Expand Down

0 comments on commit 6ab76db

Please sign in to comment.