Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Feb 13, 2024
1 parent 807cb38 commit f427533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Amplitude/Amplitude.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function flush(): void

public function logEvent(Event $event): void
{
$this->queue[] = $event->toArray();
$this->queue[] = $event->toArray();
if (count($this->queue) >= $this->config->flushQueueSize) {
$this->flush();
}
Expand Down

0 comments on commit f427533

Please sign in to comment.