diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-02 21:26:41 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-02 21:26:41 -0400 |
| commit | 3010dd7000126654092d95c127ef7361c2a4e977 (patch) | |
| tree | c6cbaf8ba4c5b58019d57a092f26444c24e51e1a /ui/lib/apiServer.js | |
| parent | 22ce0549e20ee397cf5953bd6b7aafc752deaa28 (diff) | |
Address outstanding lint issues.
Diffstat (limited to 'ui/lib/apiServer.js')
| -rw-r--r-- | ui/lib/apiServer.js | 4 |
1 files changed, 0 insertions, 4 deletions
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`, {}); } |
