Compare commits

..

No commits in common. "d4e88833041b244c37251f1d814357c728acef09" and "c411143d24d463387b8a34abae18b989f4df851c" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Injectable, Logger, NotFoundException } from '@nestjs/common'; import { Injectable, Logger, NotFoundException } from '@nestjs/common';
import { User } from 'src/dto/user'; import { User } from './dto/user';
@Injectable() @Injectable()
export class UserService { export class UserService {