|
@@ -99,7 +99,7 @@ ProjectsDAO.prototype.getUserProject = function (userId, ProjId, callback) {
|
|
|
callback(0, '', template);
|
|
callback(0, '', template);
|
|
|
ProjectsDAO.prototype.updateUserProjects = async function (userId, compilationId, datas, callback) {
|
|
ProjectsDAO.prototype.updateUserProjects = async function (userId, compilationId, datas, callback) {
|
|
|
let data, project, updateLength = 0, hasError = false, deleteInfo = null, i, newProject;
|
|
let data, project, updateLength = 0, hasError = false, deleteInfo = null, i, newProject;
|