mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-04 20:24:04 +00:00
Make linter happy
This commit is contained in:
parent
80e7400185
commit
2781ff566b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class StatusPage extends BeanModel {
|
|||
if (includeConfig) {
|
||||
config = {
|
||||
config: await statusPage.toPublicJSON()
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
// Response
|
||||
|
|
Loading…
Reference in a new issue