fix: typo

This commit is contained in:
EnixCoda 2019-02-20 13:43:45 +08:00
parent 5d4f92840c
commit 8fd2709673
No known key found for this signature in database
GPG key ID: 6825847C88AA329A

View file

@ -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,
]
}