Skip to content

Commit 508039d

Browse files
ABTastyAdelCopilot
andauthored
Update lib/visitor/strategy/default_strategy.dart
Co-authored-by: Copilot <[email protected]>
1 parent def16af commit 508039d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/visitor/strategy/default_strategy.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ class DefaultStrategy implements IVisitor {
234234
// Update the state for Flagship
235235
visitor.flagshipDelegate.onUpdateState(state);
236236

237-
// Save the response for the visitor database
238237
// Save the response for the visitor database
239238
String visitorCacheData =
240239
jsonEncode(VisitorCache.fromVisitor(this.visitor).toJson());

0 commit comments

Comments
 (0)