n
11/23/2021, 11:26 PMwhere: {
applicationId: application.id,
status: Status.REQUIRED || Status.PENDING,
},
Ryan
11/24/2021, 5:05 AMwhere: {
applicationId: application.id,
OR: [
{ status: Status.REQUIRED },
{ status: Status.PENDING }
]
},