refactor(apis/websocket): clean up imports, format, and fix issues

This commit is contained in:
PalmDevs
2024-01-14 21:46:25 +07:00
parent 3e84821c23
commit a90e59edb8
7 changed files with 25 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
import { ClientOperation, ServerOperation } from '@revanced/bot-shared'
import { AsyncQueue } from '@sapphire/async-queue'
import type { EventHandler } from './index.js'
import type { EventHandler } from './index'
const queue = new AsyncQueue()