mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
update
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user