Skip to content

Commit 3ad3507

Browse files
lint fail
1 parent f3175c4 commit 3ad3507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/user/user.resolver.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export class UserResolver {
1515

1616
@AllowUnauthorizedRequest()
1717
@Mutation(() => GqlUserWithToken, { name: 'login' })
18-
login(@Args('loginUserInput') loginUserInput: LoginUserInput) {
18+
login(@Args('loginUserInput')
19+
loginUserInput: LoginUserInput) {
1920
return this.userService.login(loginUserInput);
2021
}
2122

0 commit comments

Comments
 (0)