mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 05:47:32 +08:00
Standardize array bracket spacing
This commit is contained in:
@@ -90,7 +90,7 @@ class Monitor extends BeanModel {
|
||||
}
|
||||
|
||||
async getTags() {
|
||||
return await R.getAll("SELECT mt.*, tag.name, tag.color FROM monitor_tag mt JOIN tag ON mt.tag_id = tag.id WHERE mt.monitor_id = ?", [this.id]);
|
||||
return await R.getAll("SELECT mt.*, tag.name, tag.color FROM monitor_tag mt JOIN tag ON mt.tag_id = tag.id WHERE mt.monitor_id = ?", [ this.id ]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user