style: use explicit node builtin import for child_process
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { exec } from "child_process"
|
import { exec } from "node:child_process"
|
||||||
import { NextResponse } from "next/server"
|
import { NextResponse } from "next/server"
|
||||||
|
|
||||||
import { verifyUserRole } from "@/services/auth.service"
|
import { verifyUserRole } from "@/services/auth.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user