Skip to content

Commit

Permalink
feat: applies changes to BaseDestinationPluginCompat
Browse files Browse the repository at this point in the history
  • Loading branch information
ChryssaAliferi committed Jul 18, 2024
1 parent c87e3b2 commit 226b6d7
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,15 @@ public void onShutDown() {
public void reset() {
}

@NotNull
@Override
public Analytics getAnalytics() {
return null; //we will figure this out later
}

@Override
public void setAnalytics(@NotNull Analytics analytics) {

}
}
}

0 comments on commit 226b6d7

Please sign in to comment.