ensure attractiveness is always an int
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m4s
Build and deploy the backend to staging / Deploy to staging (pull_request) Failing after 18s

This commit is contained in:
2024-09-27 09:47:10 +02:00
parent 097abc5f29
commit cdc9b0ecd1
7 changed files with 89 additions and 168 deletions

View File

@@ -27,4 +27,4 @@ class Trip(BaseModel):
# for landmark in landmarks:
# cache_client.set(f"landmark_{landmark.uuid}", landmark, expire=3600)
return trip
return trip