diff --git a/src/services/state.ts b/src/services/state.ts index 3bcdd18..59bd671 100644 --- a/src/services/state.ts +++ b/src/services/state.ts @@ -9,7 +9,7 @@ import { Comment } from '../models'; import { getExistingComments } from '.'; -import { IOptions, Minimatch, match } from 'minimatch'; +import { IOptions, Minimatch } from 'minimatch'; import { Constants } from '../constants'; const pathModifiers = ['!', '+', '-', '~'];