Skip to content

Commit e0dc3b0

Browse files
committed
notes don't work either
1 parent 01cfd03 commit e0dc3b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

db-controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,6 @@ const overwrite = async function (req, res, next) {
771771
if (expectedVersion !== undefined && expectedVersion !== currentVersionTS) {
772772
res.status(409)
773773
res.json({
774-
note: `Version conflict detected. The object has been modified since your last read. Expected version: '${expectedVersion}', current version: '${currentVersion}'`,
775774
currentVersion: originalObject
776775
})
777776
return

0 commit comments

Comments
 (0)