remove unused import

This commit is contained in:
SrGooglo 2025-04-09 20:42:34 +00:00
parent b94e18fdd0
commit 2bca93d7f2

View File

@ -1,5 +1,3 @@
import { performance } from "node:perf_hooks"
export default { export default {
ping: async (client, data) => { ping: async (client, data) => {
client.emit("pong") client.emit("pong")