Skip to content

Commit

Permalink
breaking change: int to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirrus CI committed Aug 12, 2024
1 parent 3c80890 commit ab73bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/helpers/analytics_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class AnalyticsHelper {
try {
await MatomoTracker.instance.initialize(
url: 'https://analytics.openfoodfacts.org/matomo.php',
siteId: 2,
siteId: '2',
visitorId: _visitorId,
);
} catch (err) {
Expand Down

0 comments on commit ab73bac

Please sign in to comment.