Update js/apps/account-ui/src/api/methods.ts

Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Erik Jan de Wit 2023-07-03 15:02:12 +02:00 committed by Pedro Igor
parent c0c1de19de
commit 95d5fae3b3

View file

@ -29,7 +29,7 @@ export async function getPersonalInfo({
return parseResponse<UserRepresentation>(response);
}
export async function supportedLocales({ signal }: CallOptions = {}): Promise<
export async function getSupportedLocales({ signal }: CallOptions = {}): Promise<
string[]
> {
const response = await request("/supportedLocales", { signal });