refactor: fix import relative paths

This commit is contained in:
Julian Tölle 2020-09-05 21:07:05 +02:00
parent 6f8601f483
commit 5fb8a99a56
8 changed files with 14 additions and 14 deletions

View file

@ -1,8 +1,8 @@
import { Injectable, NotFoundException } from "@nestjs/common";
import { SpotifyConnection } from "../sources/spotify/spotify-connection.entity";
import { CreateOrUpdateDto } from "./dto/create-or-update.dto";
import { User } from "./user.entity";
import { UserRepository } from "./user.repository";
import { SpotifyConnection } from "src/sources/spotify/spotify-connection.entity";
@Injectable()
export class UsersService {