ci(release): bump build number to 379

This commit is contained in:
2025-06-09 16:49:14 -05:00
parent 5301575f92
commit d29de68608
2 changed files with 2 additions and 1 deletions

View File

@@ -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(