supabase implementation
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m42s
Run linting on the backend code / Build (pull_request) Successful in 27s
Run testing on the backend code / Build (pull_request) Failing after 50s
Build and release debug APK / Build APK (pull_request) Failing after 3m6s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 24s

This commit is contained in:
2025-02-12 21:36:15 +01:00
parent 3a9ef4e7d3
commit 2c49480966
9 changed files with 165 additions and 70 deletions

View File

@@ -33,6 +33,7 @@ fetchTrip(
UserPreferences preferences,
) async {
Map<String, dynamic> data = {
// Add user ID here for API request
"preferences": preferences.toJson(),
"start": trip.landmarks!.first.location,
};