fixed loki + some opti changes
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m36s
Run linting on the backend code / Build (pull_request) Successful in 27s
Run testing on the backend code / Build (pull_request) Failing after 4m46s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 22s

This commit is contained in:
2025-01-24 16:03:05 +01:00
parent 163e10032c
commit e612a82921
8 changed files with 25 additions and 14 deletions

View File

@@ -70,6 +70,7 @@ def new_trip(preferences: Preferences,
osm_type='start',
osm_id=0,
attractiveness=0,
duration=0,
must_do=True,
n_tags = 0)
@@ -79,6 +80,7 @@ def new_trip(preferences: Preferences,
osm_type='end',
osm_id=0,
attractiveness=0,
duration=0,
must_do=True,
n_tags=0)