From 393b18b2cdac127669f16226ff21ade71b05b846 Mon Sep 17 00:00:00 2001 From: Ionys <9364594+Ionys320@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:30:27 +0100 Subject: [PATCH] Remove an oblivious comment Co-authored-by: Adam Stachowicz --- server/model/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index cb82bb85c..d8bc4c4cd 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -53,7 +53,7 @@ class Monitor extends BeanModel { }; if (this.sendUrl) { - obj.url = this.publicUrl ?? this.url; // Use publicUrl if available, otherwise use url + obj.url = this.publicUrl ?? this.url; } if (showTags) {