ci(release): bump build number to 379
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
}
|
||||
},
|
||||
"admConfig": {
|
||||
"build": 378,
|
||||
"build": 379,
|
||||
"oldBuild": "backend-0.1.3.zip"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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