Some minor bug fixing
This commit is contained in:
@@ -190,7 +190,7 @@ Note.getDiffText = (userId, noteId, usersCurrentText, lastUpdated) => {
|
||||
let newText = usersCurrentText.replace(/(\r\n|\n|\r)/gm,"")
|
||||
|
||||
if(noteObject.updated == lastUpdated){
|
||||
console.log('No note diff')
|
||||
// console.log('No note diff')
|
||||
resolve(null)
|
||||
}
|
||||
|
||||
@@ -222,7 +222,7 @@ Note.getDiffText = (userId, noteId, usersCurrentText, lastUpdated) => {
|
||||
}
|
||||
|
||||
//Final change in notes
|
||||
console.log(returnData)
|
||||
// console.log(returnData)
|
||||
|
||||
resolve(returnData)
|
||||
})
|
||||
|
Reference in New Issue
Block a user