style: missing semicolons

This commit is contained in:
prssanna 2020-05-14 12:26:24 +05:30
parent 3ec8f85746
commit fa3c6096c5
2 changed files with 2 additions and 2 deletions

View file

@ -84,4 +84,4 @@ frappe.ui.form.set_users = function(data, type) {
if (cur_frm && cur_frm.doc && cur_frm.doc.doctype===doctype && cur_frm.doc.name==docname) {
cur_frm.viewers.refresh(true, type);
}
}
};

View file

@ -168,7 +168,7 @@ io.on('connection', function (socket) {
docname: docname,
},
'type'
)
);
}
});
});