Skip to content

Commit

Permalink
comparison to ===
Browse files Browse the repository at this point in the history
Signed-off-by: Viserius <[email protected]>
  • Loading branch information
Viserius committed Apr 29, 2021
1 parent 61410f3 commit 550fdb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class MonitorDocker extends MonitorInterface {
*/
async start() {
// Conditionally build monitored containers, these are persisted between rounds and restart action
if (!this.containers || this.containers.length == 0) {
if (!this.containers || this.containers.length === 0) {
await this.findContainers();
}
// Read stats immediately, then kick off monitor refresh at interval
Expand Down

0 comments on commit 550fdb7

Please sign in to comment.