fix undefined reference

This commit is contained in:
ansuz 2020-03-17 10:10:20 -04:00
parent e90ac69714
commit f345998956

View file

@ -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]) {