Skip to content
Commits on Source (2)
{
"name": "i4-js-commons",
"version": "3.9.15",
"version": "3.9.16",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "i4-js-commons",
"version": "3.9.15",
"version": "3.9.16",
"description": "Just a load of common stuff for i4 front-ends and some probably usable in back-end as well",
"dependencies": {
"@material-ui/core": "^4.8.0",
......
......@@ -236,7 +236,7 @@ export const fromChannels = async ({
lengths = [],
}) => {
let counts = lengths;
if (ttl || from || to) {
if (ttl || from || to || last) {
const histories = await Promise.all(
channels.map(({ rid, type, path }) =>
fromChannel({
......