mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-03-23 05:30:37 +08:00
[offers][fix] fix create offer bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user