Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actually update all relevant housing reference columns
Browse files Browse the repository at this point in the history
momentiris committed Dec 17, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 4141f26 commit 097decc
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Knex } from 'knex'
import { RequestError } from 'tedious'
import { logger } from 'onecore-utilities'
import { ApplicationProfile } from 'onecore-types'
import { ApplicationProfile, leasing } from 'onecore-types'

import { AdapterResult } from './types'

Original file line number Diff line number Diff line change
@@ -99,6 +99,8 @@ export async function update(
email: params.email,
reviewStatus: params.reviewStatus,
reasonRejected: params.reasonRejected,
comment: params.comment,
lastApplicantUpdatedAt: params.lastApplicantUpdatedAt,
lastAdminUpdatedAt: params.lastAdminUpdatedAt,
lastAdminUpdatedBy: 'not-implemented',
expiresAt: params.expiresAt,

0 comments on commit 097decc

Please sign in to comment.