Skip to content

Commit 175f989

Browse files
Flow: fix warning about unused $FlowFixMe (#2133)
1 parent d884237 commit 175f989

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/polyfills/flatMap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ declare function flatMap<T, U>(
99
// $FlowFixMe
1010
const flatMap = Array.prototype.flatMap
1111
? function(list, fn) {
12-
// $FlowFixMe
1312
return Array.prototype.flatMap.call(list, fn);
1413
}
1514
: function(list, fn) {

0 commit comments

Comments
 (0)