mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Fix type errors (no-changelog) (#9571)
This commit is contained in:
@@ -130,6 +130,5 @@ const DEFAULT_POST_RESPONSE: { data: ILicensePostResponse } = {
|
||||
},
|
||||
};
|
||||
|
||||
const UNAUTHORIZED_RESPONSE = { status: 'error', message: 'Unauthorized' };
|
||||
const ACTIVATION_FAILED_MESSAGE = 'Failed to activate license';
|
||||
const GENERIC_ERROR_MESSAGE = 'Something went wrong';
|
||||
|
||||
Reference in New Issue
Block a user