mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-02 00:10:42 +02:00
Remove an oblivious comment
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
9c0fb1ca36
commit
393b18b2cd
@ -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…
Reference in New Issue
Block a user