Skip to content

Commit

Permalink
fix(interface): ShieldCache should not be a const enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Jun 15, 2020
1 parent 1f93912 commit 51d9c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type ShieldContext = {
};

// Cache
export const enum ShieldCache {
export enum ShieldCache {
STRICT = 'strict',
CONTEXTUAL = 'contextual',
NO_CACHE = 'no_cache',
Expand Down

0 comments on commit 51d9c40

Please sign in to comment.