More cleanup

This commit is contained in:
Gregory Schier
2026-02-04 06:45:55 -08:00
parent 0dc8807808
commit 8f1463e5d0
3 changed files with 0 additions and 19 deletions

View File

@@ -1,12 +1,6 @@
import { invoke } from '@tauri-apps/api/core';
import { WebsocketConnection } from '@yaakapp-internal/models';
export function deleteWebsocketConnection(connectionId: string) {
return invoke('cmd_ws_delete_connection', {
connectionId,
});
}
export function deleteWebsocketConnections(requestId: string) {
return invoke('cmd_ws_delete_connections', {
requestId,