We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcbffe commit ac96febCopy full SHA for ac96feb
src/Mapping/ObjectMapper.ts
@@ -371,7 +371,6 @@ export class TypesAwareObjectMapper implements ITypesAwareObjectMapper {
371
throwError("InvalidArgumentException", "ctor argument must not be null or undefined.");
372
}
373
374
- // tslint:disable-next-line:new-parens
375
return new ctor() as TResult;
376
377
0 commit comments