Skip to content

Commit

Permalink
fix: Update siteId for Matomo
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Nov 19, 2024
1 parent 9d4a111 commit 2fa9aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ import org.matomo.sdk.Tracker
object MatomoSwissTransfer : Matomo {

override val Context.tracker: Tracker get() = buildTracker() // TODO: Fetch appSettings for opt-out
override val siteId: Int = -1 // TODO: Replace with the right site ID when we have one
override val siteId: Int = 24
}

0 comments on commit 2fa9aaf

Please sign in to comment.