Searched refs:lastAsset (Results 1 – 5 of 5) sorted by relevance
225 const lastAsset = state.assets[state.assets.length - 1];227 const shouldUpdateState = !lastAsset || lastAsset.id === state.endCursor;
709 NSDictionary *lastAsset = [assets lastObject];712 response[@"endCursor"] = lastAsset ? lastAsset[@"id"] : after;
714 NSDictionary *lastAsset = [assets lastObject];717 response[@"endCursor"] = lastAsset ? lastAsset[@"id"] : after;
717 NSDictionary *lastAsset = [assets lastObject];720 response[@"endCursor"] = lastAsset ? lastAsset[@"id"] : after;