mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
fix store/fetch status page config
This commit is contained in:
parent
a8e170f6a8
commit
5f6aa32844
2 changed files with 4 additions and 4 deletions
|
@ -72,10 +72,10 @@ module.exports.statusPageSocketHandler = (socket) => {
|
|||
try {
|
||||
checkLogin(socket);
|
||||
|
||||
// Save Config
|
||||
await setSettings("statusPage", config);
|
||||
|
||||
await R.transaction(async (trx) => {
|
||||
// Save Config
|
||||
//TODO
|
||||
await setSettings("statusPage", config);
|
||||
|
||||
// Save Icon
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue