Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix: Remove duplicate policies section
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 18, 2021
1 parent 776f9e8 commit 55c26a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/userscript/source/options/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class Options {
distribute: DistributeSettings;
options: OptionsSettings;
filters: FilterSettings;
policies: PolicySettings;
} = {
engine: { enabled: false },
build: new BonfireSettings(),
Expand All @@ -60,7 +59,6 @@ export class Options {
distribute: new DistributeSettings(),
options: new OptionsSettings(),
filters: new FilterSettings(),
policies: new PolicySettings(),
};

reset: {
Expand Down

0 comments on commit 55c26a2

Please sign in to comment.