Skip to content

Commit 957aaff

Browse files
ABTastyAdelCopilot
andauthored
Update lib/cache/default_cache.dart
Co-authored-by: Copilot <[email protected]>
1 parent 0afcfaf commit 957aaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cache/default_cache.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class DefaultCacheVisitorImp with IVisitorCacheImplementation {
9898

9999
@override
100100
Future<bool> visitorExists(String visitorId) async {
101-
// Rejeter les strings vides
101+
// Reject empty strings
102102
if (visitorId.isEmpty) {
103103
return false;
104104
}

0 commit comments

Comments
 (0)