From f99372ae23d4c6fd32cbae24d28de50b028840f3 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Thu, 5 Dec 2024 14:44:20 +0000 Subject: [PATCH] Fix raw OK response when checking license --- packages/frontend-core/src/api/licensing.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend-core/src/api/licensing.ts b/packages/frontend-core/src/api/licensing.ts index a9e6b7e7b3..f51dced809 100644 --- a/packages/frontend-core/src/api/licensing.ts +++ b/packages/frontend-core/src/api/licensing.ts @@ -84,6 +84,7 @@ export const buildLicensingEndpoints = ( refreshLicense: async () => { return API.post({ url: "/api/global/license/refresh", + parseResponse: () => null, }) }, /**