Skip to content

Commit ac96feb

Browse files
committed
RDBC-424 removed unused tslint rule
1 parent bfcbffe commit ac96feb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mapping/ObjectMapper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ export class TypesAwareObjectMapper implements ITypesAwareObjectMapper {
371371
throwError("InvalidArgumentException", "ctor argument must not be null or undefined.");
372372
}
373373

374-
// tslint:disable-next-line:new-parens
375374
return new ctor() as TResult;
376375
}
377376

0 commit comments

Comments
 (0)