Skip to content

Commit 012ad84

Browse files
committed
fix lint
1 parent 6f436d2 commit 012ad84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/editor-autosuggest-keywords/get-keywords-for-path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import isPlainObject from "lodash/isPlainObject"
55
import toArray from "lodash/toArray"
66
import isString from "lodash/isString"
77

8-
export default function getKeywordsForPath({ system, path, keywordMap, indent}) {
8+
export default function getKeywordsForPath({ system, path, keywordMap}) {
99
keywordMap = Object.assign({}, keywordMap)
1010

1111
// is getting path was not successful stop here and return no candidates

0 commit comments

Comments
 (0)