Skip to content

Commit 188bcb8

Browse files
[autofix.ci] apply automated fixes
1 parent 3239710 commit 188bcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/user/user.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Injectable, Logger } from '@nestjs/common';
1+
import { Injectable } from '@nestjs/common';
22
import { User } from './user.model';
33
import { Repository } from 'typeorm';
44
import { InjectRepository } from '@nestjs/typeorm';

0 commit comments

Comments
 (0)