diff --git a/src/http.ts b/src/http.ts index 6589ba4..66bc0b3 100644 --- a/src/http.ts +++ b/src/http.ts @@ -976,6 +976,14 @@ export class LemmyHttp { ); } + logout() { + return this.#wrapper( + HttpType.Post, + "/user/logout", + {}, + ); + } + /** * Get the details for a person. * diff --git a/src/utils.ts b/src/utils.ts deleted file mode 100644 index e69de29..0000000