Remove an oblivious comment

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/5435/head
Ionys 1 week ago committed by GitHub
parent 9c0fb1ca36
commit 393b18b2cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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) {

Loading…
Cancel
Save