adding filter validator

This commit is contained in:
xfarrow
2024-03-20 10:55:03 +01:00
parent 4f92f2dab5
commit b7144f1adb
3 changed files with 18 additions and 4 deletions

View File

@ -111,7 +111,7 @@ async function remove(organizationId, requester) {
}
/**
* Gets a list of Organizations given their prefix.
* Gets a list of Organizations given the prefix of their name.
* E.g. "Can" --> "Canonical"
* @param {*} name
*/