Fix : Mise a jour et création d'un événement
This commit is contained in:
@@ -77,6 +77,9 @@ class FirebaseFunctionsApiService implements ApiService {
|
||||
// Convertir les Timestamps avant l'envoi
|
||||
final convertedData = _convertTimestamps(data) as Map<String, dynamic>;
|
||||
|
||||
// Log pour débogage
|
||||
print('[API] Calling $functionName with eventId: ${convertedData['eventId']}');
|
||||
|
||||
final response = await http.post(
|
||||
url,
|
||||
headers: headers,
|
||||
|
||||
Reference in New Issue
Block a user