1
0
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:
Ionys 2024-12-16 18:30:27 +01:00 committed by GitHub
parent 9c0fb1ca36
commit 393b18b2cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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