mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
bugfixes
This commit is contained in:
@ -17,7 +17,7 @@ const {
|
||||
} = require("express-validator");
|
||||
|
||||
const addOrganizationAdminValidator = [
|
||||
check('id').trim().notEmpty().escape(),
|
||||
check('person_id').trim().notEmpty().escape(),
|
||||
check('organizationId').trim().notEmpty().escape()
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user