Skip to content

Commit a4a59a8

Browse files
committed
fixed linting issue
1 parent 497f7db commit a4a59a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angularjs/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ angular.module("exceptionless", [])
3939
function decorateRegularCall(property: string, logLevel: string) {
4040
const previousFn = $delegate[property];
4141
return $delegate[property] = (...args: string[]) => {
42+
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
4243
if ((<any>angular).mock) {
4344
// Needed to support angular-mocks.
4445
$delegate[property].logs = [];

0 commit comments

Comments
 (0)