diff --git a/storage/file.js b/storage/file.js index 9aa08e878..df4219d7d 100644 --- a/storage/file.js +++ b/storage/file.js @@ -221,8 +221,8 @@ How to proceed }; var writeMetadata = function (env, channelId, data, cb) { - cb = cb; // XXX + cb("NOT_IMPLEMENTED"); }; const NEWLINE_CHR = ('\n').charCodeAt(0);