[offers][fix] fix create offer bug

This commit is contained in:
Stuart Long Chay Boon
2022-11-03 11:06:54 +08:00
parent c76607acfe
commit 7419cb4608

View File

@@ -680,9 +680,7 @@ export const offersProfileRouter = createRouter()
jobType: x.jobType,
location: {
connect: {
where: {
id: x.cityId
}
id: x.cityId
}
},
monthYearReceived: x.monthYearReceived,
@@ -726,9 +724,7 @@ export const offersProfileRouter = createRouter()
jobType: x.jobType,
location: {
connect: {
where: {
id: x.cityId
}
id: x.cityId
}
},
monthYearReceived: x.monthYearReceived,