This commit is contained in:
xfarrow
2024-03-28 09:22:46 +01:00
parent e21550f803
commit 3440713d71
5 changed files with 419 additions and 4 deletions

View File

@ -73,9 +73,10 @@ async function findById(jobOfferId) {
}
/**
* Get all job offers for a specific organization, including their tags
* @param {*} organizationId
* @returns
* Get all job offers for a specific organization
* @param {*} organizationId The organization id for which
* you're looking job offers for
* @returns An array of JobOffers plus associated tags
*/
async function findByOrganizationId(organizationId) {
// This is equal to

View File

@ -28,7 +28,7 @@ async function findBySecret(secret) {
}
/**
* Given a secret and a new password, update the Peron's personal password
* Given a secret and a new password, update the Peron's password
*
* @param {*} password The new (hashed) password
* @param {*} secret The secret received via e-mail (table RequestResetPassword)