diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-21 05:28:28 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-21 05:28:28 +0800 |
commit | 094aabfcee8828eb5c5ba452edda306ef04757ce (patch) | |
tree | 28e1a1226aa5111735d4626567a61b1caec01460 /packages/instant | |
parent | f5db4be52140e55045d6dc193065d83edeb85816 (diff) | |
download | dexon-sol-tools-094aabfcee8828eb5c5ba452edda306ef04757ce.tar dexon-sol-tools-094aabfcee8828eb5c5ba452edda306ef04757ce.tar.gz dexon-sol-tools-094aabfcee8828eb5c5ba452edda306ef04757ce.tar.bz2 dexon-sol-tools-094aabfcee8828eb5c5ba452edda306ef04757ce.tar.lz dexon-sol-tools-094aabfcee8828eb5c5ba452edda306ef04757ce.tar.xz dexon-sol-tools-094aabfcee8828eb5c5ba452edda306ef04757ce.tar.zst dexon-sol-tools-094aabfcee8828eb5c5ba452edda306ef04757ce.zip |
Linting
Diffstat (limited to 'packages/instant')
-rw-r--r-- | packages/instant/src/util/error_reporter.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/util/error_reporter.ts b/packages/instant/src/util/error_reporter.ts index 81a90e7f5..a03b5e65e 100644 --- a/packages/instant/src/util/error_reporter.ts +++ b/packages/instant/src/util/error_reporter.ts @@ -49,7 +49,7 @@ if (ROLLBAR_CLIENT_TOKEN && ROLLBAR_ENVIRONMENT && shouldAllowRollbar()) { } export const setupRollbar = (): any => { - return rollbar as any; + return rollbar; }; export const errorReporter = { |