Skip to content

Commit 5f8d312

Browse files
committed
updating checkin result to show spot_id rather than checkin_id
1 parent 0e2871e commit 5f8d312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-v3/api/routes/dev_routes/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def multiple_spot_to_fieldsite(
221221

222222
def fieldsite_to_checkin(fs: FieldSite) -> dict:
223223
d = {
224-
"checkin_id": fs.id,
224+
"spot_id": fs.id,
225225
"notes": fs.notes,
226226
"lat": fs.location.latitude,
227227
"lng": fs.location.longitude,

0 commit comments

Comments
 (0)