Files
flipper/src
Jonathan Thomas 1e11d63ba8 Fix Number cast in Network plugin
Summary:
Getting the error
```
$ /mnt/btrfs/trunk-hg-fb4a-fbsource-86184178-1580774714/xplat/sonar/node_modules/.bin/tsc --noemit
src/plugins/network/index.tsx(180,59): error TS2349: This expression is not callable.
  Type 'Number' has no call signatures.
  error Command failed with exit code 1.
```

EDIT: This error was a red herring from another commit I was based on. Either way, `Number` is discouraged by the Typescript standard (https://www.typescriptlang.org/docs/handbook/declaration-files/do-s-and-don-ts.html), so let's move these to `number` instead.

Reviewed By: mweststrate

Differential Revision: D19712113

fbshipit-source-id: b754780063a1c429724abcd343da06514671bc83
2020-02-05 06:59:43 -08:00
..
2020-02-05 06:59:43 -08:00
2020-01-30 07:06:06 -08:00
2020-01-31 04:27:30 -08:00
2019-12-13 07:11:43 -08:00
2019-12-11 09:43:24 -08:00