mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-25 04:01:02 +00:00
refactor(apis/websocket): clean up imports, format, and fix issues
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user