style: fix linting issues with imports
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import fastify from 'fastify'
|
||||
|
||||
import fastifySocketIo from '../socket-io.js'
|
||||
|
||||
describe('tools/plugins/socket-io', () => {
|
||||
|
@ -3,7 +3,6 @@ import { URL } from 'node:url'
|
||||
import { randomUUID } from 'node:crypto'
|
||||
|
||||
import { FastifyInstance, FastifyRequest } from 'fastify'
|
||||
|
||||
import { Multipart } from 'fastify-multipart'
|
||||
|
||||
import { ROOT_URL } from '../configurations/index.js'
|
||||
|
Reference in New Issue
Block a user