Skip to content

Commit d5387b7

Browse files
committed
chore: remove unused import code
1 parent b3abf3f commit d5387b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fixtures/fake-service-code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class UserService {
2525
}`;
2626

2727
export const notPromiseServiceCode = /* language=typescript */ `
28-
import { HttpInterface, GetExchange, ResponseBody } from '@r2don/nest-http-interface';
28+
import { HttpInterface, GetExchange } from '@r2don/nest-http-interface';
2929
3030
@HttpInterface()
3131
class UserService {

0 commit comments

Comments
 (0)