From f3459989569cd67434f8151667724041781eb6e1 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 17 Mar 2020 10:10:20 -0400 Subject: [PATCH] fix undefined reference --- lib/storage/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage/file.js b/lib/storage/file.js index 7c0a773cc..bc0830d4e 100644 --- a/lib/storage/file.js +++ b/lib/storage/file.js @@ -682,7 +682,7 @@ export type ChainPadServer_ChannelInternal_t = { var getChannel = function ( env, id, - callback /*:(err:?Error, chan:?ChainPadServer_ChannelInternal_t)=>void*/ + _callback /*:(err:?Error, chan:?ChainPadServer_ChannelInternal_t)=>void*/ ) { var callback = Util.once(Util.mkAsync(_callback)); if (env.channels[id]) {