Skip to content

Commit

Permalink
Flow: fix warning about unused $FlowFixMe (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 26, 2019
1 parent d884237 commit 175f989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/polyfills/flatMap.js
Expand Up @@ -9,7 +9,6 @@ declare function flatMap<T, U>(
// $FlowFixMe
const flatMap = Array.prototype.flatMap
? function(list, fn) {
// $FlowFixMe
return Array.prototype.flatMap.call(list, fn);
}
: function(list, fn) {
Expand Down

0 comments on commit 175f989

Please sign in to comment.