mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-14 16:42:35 +02:00
Added missing comma
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
7e2503c0dc
commit
76b700dec2
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ exports.entryPage = "dashboard";
|
|||
|
||||
bean.import({
|
||||
monitor_id: monitorID,
|
||||
depends_on: monitor.id
|
||||
depends_on: monitor.id,
|
||||
});
|
||||
await R.store(bean);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue