Updates
This commit is contained in:
@@ -4,8 +4,8 @@ import dbHandler from "../utils/dbHandler";
|
||||
import handleGrants from "./handleGrants";
|
||||
import encrypt from "../../functions/dsql/encrypt";
|
||||
import decrypt from "../../functions/dsql/decrypt";
|
||||
import { DSQL_DATASQUIREL_MARIADB_USERS } from "@/package-shared/types/dsql";
|
||||
import { MariaDBUser } from "@/package-shared/types";
|
||||
import { DSQL_DATASQUIREL_MARIADB_USERS } from "../../types/dsql";
|
||||
import { MariaDBUser } from "../../types";
|
||||
|
||||
type Param = {
|
||||
userId?: number | string;
|
||||
|
||||
Reference in New Issue
Block a user