mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
change: prettier code
This commit is contained in:
@@ -5,4 +5,4 @@ import { Application } from "../../types/applications/application.ts";
|
||||
/** Get the applications info */
|
||||
export async function getApplicationInfo() {
|
||||
return await rest.runMethod<Omit<Application, "flags">>("get", endpoints.OAUTH2_APPLICATION);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user