Skip to content

Commit e4e3616

Browse files
committed
Fix incorrect doc paths in logs.
1 parent 03058b4 commit e4e3616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/data/cloud_database.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class FirestoreCloudDatabase extends CloudDatabase {
321321

322322
// TODO: Should we do update instead of set?
323323
await docRef.set(value, SetOptions(merge: true));
324-
logger.log(_label, 'Document updated: ${docRef.path}/$documentId');
324+
logger.log(_label, 'Document updated: ${docRef.path}');
325325
return true;
326326
}
327327

0 commit comments

Comments
 (0)