change: prettier code

This commit is contained in:
itohatweb
2021-07-09 14:58:11 +00:00
committed by GitHub Action
parent d113782452
commit a370a1968e
+1 -1
View File
@@ -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);
}
}