fix: remove dead code

This commit is contained in:
reya
2024-08-07 14:19:59 +07:00
parent 9120c96994
commit 6d93c1e4d2
3 changed files with 4 additions and 41 deletions

View File

@@ -13,10 +13,7 @@ const platform = type();
const queryClient = new QueryClient();
const chatManager = new LRUCache<string, string>({
max: 3,
dispose: async (v, _) => {
console.log("disconnect: ", v);
await commands.disconnectInboxRelays(v);
},
dispose: async (v, _) => await commands.disconnectInboxRelays(v),
});
const router = createRouter({