.
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import axios from "../http-client";
|
||||
import type {
|
||||
FullUser,
|
||||
PartialUser,
|
||||
RecipientChannel,
|
||||
UserId,
|
||||
Uuid,
|
||||
} from "../types";
|
||||
import type { FullUser, PartialUser, RecipientChannel, UserId, Uuid } from "../types";
|
||||
|
||||
export async function me() {
|
||||
const response = await axios.get("/users/@me");
|
||||
|
||||
Reference in New Issue
Block a user