Fix raw OK response when checking license

This commit is contained in:
Andrew Kingston 2024-12-05 14:44:20 +00:00
parent 29a1df736a
commit f99372ae23
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ export const buildLicensingEndpoints = (
refreshLicense: async () => {
return API.post({
url: "/api/global/license/refresh",
parseResponse: () => null,
})
},
/**