mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
fix route handling
This commit is contained in:
@ -76,7 +76,6 @@ async function findByOrganizationId(organizationId){
|
||||
const result = await knex('JobOffer')
|
||||
.where({organization_id: organizationId})
|
||||
.select();
|
||||
console.log(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user