refresh license fake

This commit is contained in:
SPRINX0\prochazka
2025-07-14 12:25:46 +02:00
parent 21d23b5baa
commit b7e6838d26

View File

@@ -40,6 +40,12 @@ function getLicenseHttpHeaders() {
return {}; return {};
} }
async function tryToGetRefreshedLicense(oldLicenseKey) {
return {
status: 'error',
};
}
module.exports = { module.exports = {
isAuthProxySupported, isAuthProxySupported,
authProxyGetRedirectUrl, authProxyGetRedirectUrl,
@@ -52,4 +58,5 @@ module.exports = {
callCompleteOnCursorApi, callCompleteOnCursorApi,
callRefactorSqlQueryApi, callRefactorSqlQueryApi,
getLicenseHttpHeaders, getLicenseHttpHeaders,
tryToGetRefreshedLicense,
}; };