mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Add optional chaining to pruning.isEnabled (no-changelog) (#12023)
This commit is contained in:
@@ -163,7 +163,7 @@ export interface FrontendSettings {
|
||||
pruneTime: number;
|
||||
licensePruneTime: number;
|
||||
};
|
||||
pruning: {
|
||||
pruning?: {
|
||||
isEnabled: boolean;
|
||||
maxAge: number;
|
||||
maxCount: number;
|
||||
|
||||
Reference in New Issue
Block a user