diff --git a/src/jio.storage/localstorage.js b/src/jio.storage/localstorage.js
index cc654b21dbfe72716dba82f992d45f4f16a2c095..f1da6f9961638719ed56f1874263f95f92dc13fc 100644
--- a/src/jio.storage/localstorage.js
+++ b/src/jio.storage/localstorage.js
@@ -199,7 +199,7 @@
       tmp = jIO.util.deepClone(metadata);
       tmp._attachments = doc._attachments;
       doc = tmp;
-      status = "ok";
+      status = "no_content";
     }
     // write
     this._storage.setItem(this._localpath + "/" + metadata._id, doc);