Fix log msg in channels.api.ts
Co-authored-by: softsimon <softsimon@users.noreply.github.com>
This commit is contained in:
parent
9698339488
commit
7bbfc7872b
@ -32,7 +32,7 @@ class ChannelsApi {
|
|||||||
row.node2_public_key, row.node2_alias, row.node2_longitude, row.node2_latitude,
|
row.node2_public_key, row.node2_alias, row.node2_longitude, row.node2_latitude,
|
||||||
row.capacity]);
|
row.capacity]);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logger.err('$getAllChannels error: ' + (e instanceof Error ? e.message : e));
|
logger.err('$getAllChannelsGeo error: ' + (e instanceof Error ? e.message : e));
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user