|
|
@ -7,6 +7,7 @@ def pin_serialize(pin: list) -> Pin:
|
|
|
|
"title": pin["title"],
|
|
|
|
"title": pin["title"],
|
|
|
|
"description": pin["description"],
|
|
|
|
"description": pin["description"],
|
|
|
|
"location": pin["location"],
|
|
|
|
"location": pin["location"],
|
|
|
|
|
|
|
|
"complete_address": pin["complete_address"],
|
|
|
|
"files": pin["files"],
|
|
|
|
"files": pin["files"],
|
|
|
|
"user_id": pin["user_id"],
|
|
|
|
"user_id": pin["user_id"],
|
|
|
|
"date": pin.get("date")
|
|
|
|
"date": pin.get("date")
|
|
|
|