aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-21 05:28:28 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-21 05:28:28 +0800
commit094aabfcee8828eb5c5ba452edda306ef04757ce (patch)
tree28e1a1226aa5111735d4626567a61b1caec01460 /packages/instant
parentf5db4be52140e55045d6dc193065d83edeb85816 (diff)
downloaddexon-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.ts2
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 = {