call back from writeMetadata

pull/1/head
ansuz 2019-08-12 15:25:37 +02:00
parent abe654f565
commit 206de52ee8
1 changed files with 1 additions and 1 deletions

View File

@ -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);