Skip to content

Commit

Permalink
chore: remove unused variable (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Feb 11, 2021
1 parent ad6330d commit 4a9d0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fp from './plugin';
import fastify, { FastifyPluginCallback, FastifyPluginAsync, FastifyError, FastifyInstance, FastifyPluginOptions } from 'fastify';
import { expectAssignable, expectError } from 'tsd'
import { expectAssignable } from 'tsd'

interface Options {
foo: string
Expand Down

0 comments on commit 4a9d0e7

Please sign in to comment.