From 206de52ee85b3ced375ef48eba5dbe57357bdb2d Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 12 Aug 2019 15:25:37 +0200 Subject: [PATCH] call back from writeMetadata --- storage/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);