mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
refactor: fix import relative paths
This commit is contained in:
parent
6f8601f483
commit
5fb8a99a56
8 changed files with 14 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue