ci(release): bump build number to 379
This commit is contained in:
@@ -5,6 +5,7 @@ import { tryCatch } from "../../../globalUtils/tryCatch.js";
|
||||
import { query } from "../../sqlServer/prodSqlServer.js";
|
||||
import { userCheck } from "../../sqlServer/querys/prodUser/usercheck.js";
|
||||
import { prodEndpointCreation } from "../../../globalUtils/createUrl.js";
|
||||
|
||||
export const prodUser = async (data: any) => {
|
||||
// get the prodPermissions so we can make sure we have one in here
|
||||
const { data: prodPerm, error: pe } = await tryCatch(
|
||||
|
||||
Reference in New Issue
Block a user