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