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

@@ -35,7 +35,7 @@
} }
}, },
"admConfig": { "admConfig": {
"build": 378, "build": 379,
"oldBuild": "backend-0.1.3.zip" "oldBuild": "backend-0.1.3.zip"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -5,6 +5,7 @@ import { tryCatch } from "../../../globalUtils/tryCatch.js";
import { query } from "../../sqlServer/prodSqlServer.js"; import { query } from "../../sqlServer/prodSqlServer.js";
import { userCheck } from "../../sqlServer/querys/prodUser/usercheck.js"; import { userCheck } from "../../sqlServer/querys/prodUser/usercheck.js";
import { prodEndpointCreation } from "../../../globalUtils/createUrl.js"; import { prodEndpointCreation } from "../../../globalUtils/createUrl.js";
export const prodUser = async (data: any) => { export const prodUser = async (data: any) => {
// get the prodPermissions so we can make sure we have one in here // get the prodPermissions so we can make sure we have one in here
const { data: prodPerm, error: pe } = await tryCatch( const { data: prodPerm, error: pe } = await tryCatch(