Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhakim2902 committed Dec 15, 2021
1 parent 487df44 commit 3e93042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/controllers/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ import {Filter, FilterExcludingWhere, repository} from '@loopback/repository';
import {
get,
getModelSchemaRef,
HttpErrors,
param,
patch,
post,
requestBody,
response,
} from '@loopback/rest';
import {BcryptHasher} from '../services/authentication/hash.password.service';
import {ActivityLogType, ReferenceType} from '../enums';
import {DeletedDocument, PaginationInterceptor} from '../interceptors';
import {User} from '../models';
import {UserRepository} from '../repositories';
Expand Down
2 changes: 1 addition & 1 deletion src/interceptors/initial-creation.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class InitialCreationInterceptor implements Provider<Interceptor> {
ActivityLogType.NEWUSER,
result.id,
result.id,
ReferenceType.USER
ReferenceType.USER,
);

return result;
Expand Down

0 comments on commit 3e93042

Please sign in to comment.