mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-26 00:22:33 +02: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) {
|
if (includeConfig) {
|
||||||
config = {
|
config = {
|
||||||
config: await statusPage.toPublicJSON()
|
config: await statusPage.toPublicJSON()
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// Response
|
// Response
|
||||||
|
|
Loading…
Add table
Reference in a new issue