Skip to content

Commit e15b4c8

Browse files
committed
ESLint....
1 parent 7e6f740 commit e15b4c8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/core/plugins/oas3/auth-extensions/wrap-selectors.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { createSelector } from "reselect"
2-
import { Map } from "immutable"
3-
import { isOAS3 as isOAS3Helper, isSwagger2 as isSwagger2Helper } from "../helpers"
2+
import { isOAS3 as isOAS3Helper } from "../helpers"
43

54

65
// Helpers
@@ -16,10 +15,6 @@ function onlyOAS3(selector) {
1615
}
1716
}
1817

19-
const state = state => {
20-
return state || Map()
21-
}
22-
2318
const nullSelector = createSelector(() => null)
2419

2520
const OAS3NullSelector = onlyOAS3(nullSelector)

0 commit comments

Comments
 (0)