Skip to content

Commit b6edfc8

Browse files
authored
Merge pull request feathersjs-ecosystem#489 from j2L4e/patch-1
fix typings test
2 parents ee086f7 + 9e9fd00 commit b6edfc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ makeCallingParams(
304304

305305
// tslint:disable-next-line
306306
class ObjId {
307-
constructor(id?: string | number) {
308-
}
307+
// tslint:disable-next-line
308+
constructor(id?: string | number) {}
309309
}
310310

311311
// $ExpectType Hook

0 commit comments

Comments
 (0)