mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-09 03:26:12 +01:00
fixed offer creation
This commit is contained in:
@@ -2,7 +2,6 @@ import { ForbiddenException, Injectable } from '@nestjs/common';
|
||||
import { PrismaService } from '../prisma/prisma.service';
|
||||
import { checkUserHasAccount, checkuserIsAdmin } from 'src/utils/checkUser';
|
||||
import { TradeDto } from './dto';
|
||||
import { of } from 'rxjs';
|
||||
@Injectable()
|
||||
export class TradeService {
|
||||
constructor(private prisma: PrismaService) {}
|
||||
|
||||
Reference in New Issue
Block a user