Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed May 15, 2023
1 parent c012458 commit ecdcea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/matomo_event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class MatomoEvent {
final localPath = path;
final uri = Uri.parse(
localPath != null
? '${tracker.contentBase}/${localPath.prefixWithSlash()}'
? '${tracker.contentBase}${localPath.prefixWithSlash()}'
: tracker.contentBase,
);
final url = uri.replace(
Expand Down

0 comments on commit ecdcea1

Please sign in to comment.