From 8fd2709673a2a9a031f31df9c6cb3fbbe470292e Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Wed, 20 Feb 2019 13:43:45 +0800 Subject: [PATCH] fix: typo --- src/analytics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analytics.ts b/src/analytics.ts index eb19aa1..90cab9b 100644 --- a/src/analytics.ts +++ b/src/analytics.ts @@ -16,7 +16,7 @@ export const withErrorLog: Middleware = function withErrorLog(method, args) { } catch (error) { raiseError(error) } - } as any, // TOFIX: not sure how to fix this yet + } as any, // TO FIX: not sure how to fix this yet args, ] }