fix time geneate logic and replace default datetime by luxon
This commit is contained in:
@@ -3,6 +3,9 @@ import { Injectable, Logger } from '@nestjs/common'
|
||||
import { PrismaService } from '../Prisma/prisma.service'
|
||||
import { clerkClient } from '@clerk/express'
|
||||
|
||||
export interface ClerkResponse {
|
||||
|
||||
}
|
||||
@Injectable()
|
||||
export class ClerkService {
|
||||
constructor(private readonly prisma: PrismaService) {}
|
||||
|
||||
Reference in New Issue
Block a user