Added missing comma

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Karel Krýda 2022-02-02 09:42:55 +01:00 committed by GitHub
parent 7e2503c0dc
commit 76b700dec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -640,7 +640,7 @@ exports.entryPage = "dashboard";
bean.import({
monitor_id: monitorID,
depends_on: monitor.id
depends_on: monitor.id,
});
await R.store(bean);
}