Skip to content

Commit

Permalink
πŸ‘Œ remove useless ?
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan committed Mar 1, 2022
1 parent dee6ae4 commit 3c7f20c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function addToMonitoring(message: MonitoringMessage) {
monitoringConfiguration.sentMessageCount < monitoringConfiguration.maxMessagesPerPage
) {
monitoringConfiguration.sentMessageCount += 1
monitoringMessageObservable?.notify(message)
monitoringMessageObservable.notify(message)
}
}

Expand Down

0 comments on commit 3c7f20c

Please sign in to comment.