Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Jul 23, 2020
1 parent 2eb6738 commit a25e3b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import {
authenticate,
TokenService,
UserService
UserService,
} from '@loopback/authentication';
import {inject} from '@loopback/core';
import {model, property} from '@loopback/repository';
Expand Down Expand Up @@ -58,7 +58,7 @@ export class UserController {
@inject(SecurityBindings.USER, {optional: true})
private user: UserProfile,
@inject(UserServiceBindings.USER_REPOSITORY)
public userRepository: UserRepository
public userRepository: UserRepository,
) {}

@post('/users/signup', {
Expand Down

0 comments on commit a25e3b5

Please sign in to comment.