Skip to content

Commit bf5c84d

Browse files
authored
test: remove unused method
1 parent 41ef0be commit bf5c84d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/e2e.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ class TestHandler {
7575

7676
return res.status(200).json({ contentType, id, receivedBody: body, test: this.testField });
7777
}
78-
// public delete(@Header('Content-Type') contentType: string, @Query('id') id: string, @Body() body: any) {
79-
// return { contentType, id, receivedBody: body, test: this.testField };
80-
// }
8178
}
8279

8380
describe('E2E', () => {

0 commit comments

Comments
 (0)