mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-04 01:56:14 +01:00
added token sell to bank
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
async function main() {
|
||||
const prisma = new PrismaClient();
|
||||
|
||||
await this.prisma.role.create({
|
||||
name: 'user',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user