This commit is contained in:
Paul Gauthier 2024-08-13 07:50:06 -07:00
parent 329514289d
commit 960b456e70

View file

@ -232,7 +232,7 @@ class Coder:
analytics=None,
):
self.analytics = analytics if analytics is not None else Analytics(track=False)
self.event = analytics.event
self.event = self.analytics.event
self.commit_before_message = []
self.aider_commit_hashes = set()