From 95d5fae3b3e9f0a092c551c2e89e90956a66654f Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Mon, 3 Jul 2023 15:02:12 +0200 Subject: [PATCH] Update js/apps/account-ui/src/api/methods.ts Co-authored-by: Jon Koops --- js/apps/account-ui/src/api/methods.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/account-ui/src/api/methods.ts b/js/apps/account-ui/src/api/methods.ts index af8bca3ffd..69469882fb 100644 --- a/js/apps/account-ui/src/api/methods.ts +++ b/js/apps/account-ui/src/api/methods.ts @@ -29,7 +29,7 @@ export async function getPersonalInfo({ return parseResponse(response); } -export async function supportedLocales({ signal }: CallOptions = {}): Promise< +export async function getSupportedLocales({ signal }: CallOptions = {}): Promise< string[] > { const response = await request("/supportedLocales", { signal });