mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 03:22:21 +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) {
|
if (this.sendUrl) {
|
||||||
obj.url = this.publicUrl ?? this.url; // Use publicUrl if available, otherwise use url
|
obj.url = this.publicUrl ?? this.url;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (showTags) {
|
if (showTags) {
|
||||||
|
Loading…
Reference in New Issue
Block a user