From 3010dd7000126654092d95c127ef7361c2a4e977 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 2 Nov 2024 21:26:41 -0400 Subject: Address outstanding lint issues. --- ui/lib/apiServer.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/lib/apiServer.js') diff --git a/ui/lib/apiServer.js b/ui/lib/apiServer.js index 3714b63..e537abc 100644 --- a/ui/lib/apiServer.js +++ b/ui/lib/apiServer.js @@ -34,10 +34,6 @@ export async function postToChannel(channelId, body) { return apiServer.post(`/channels/${channelId}`, { body }); } -export async function deleteMessage(messageId) { - // TODO -} - export async function createInvite() { return apiServer.post(`/invite`, {}); } -- cgit v1.2.3