mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-31 04:09:43 +02:00
@@ -846,7 +846,7 @@ export async function getEnpoint (): Promise<string | undefined> {
|
||||
body: JSON.stringify(request)
|
||||
})
|
||||
const result = await response.json()
|
||||
return result
|
||||
return result.result
|
||||
} catch (err: any) {
|
||||
console.log('get endpoint error', err)
|
||||
Analytics.handleError(err)
|
||||
|
||||
Reference in New Issue
Block a user