Skip to content

Commit

Permalink
change flag default
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Oct 14, 2024
1 parent e2518c0 commit 73a47b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/packages/license/src/AirGappedRestriction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const NO_ACTION_PERIOD_IN_DAYS = 3;
const WARNING_PERIOD_IN_DAYS = 7;

class AirGappedRestrictionClass extends EventEmitter {
#restricted = false;
#restricted = true;

public get restricted(): boolean {
return this.#restricted;
Expand Down

0 comments on commit 73a47b5

Please sign in to comment.