Skip to content

Commit

Permalink
Remove unused code (IndexSpec.dotted) - missed one location.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed May 24, 2018
1 parent 6d4e5e9 commit e6a3421
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/classes/version/schema-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ export function parseIndexSyntax(indexes: string): IndexSpec[] {
/\&/.test(index),
/\*/.test(index),
/\+\+/.test(index),
isArray(keyPath),
/\./.test(index)
isArray(keyPath)
));
});
return rv;
Expand Down

0 comments on commit e6a3421

Please sign in to comment.