Update js/apps/account-ui/src/api/methods.ts
Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
c0c1de19de
commit
95d5fae3b3
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue