Commits
Tim Donohue authored and GitHub committed c46abae264e Merge
28 28 | getFirstCompletedRemoteData(), |
29 29 | ); |
30 30 | } |
31 31 | /** |
32 32 | * Method that returns the follow links to already resolve |
33 33 | * The self links defined in this list are expected to be requested somewhere in the near future |
34 34 | * Requesting them as embeds will limit the number of requests |
35 35 | */ |
36 36 | get followLinks(): FollowLinkConfig<Bitstream>[] { |
37 37 | return [ |
38 - | followLink('bundle', undefined, true, true, true, followLink('item')), |
38 + | followLink('bundle', {}, followLink('item')), |
39 39 | followLink('format') |
40 40 | ]; |
41 41 | } |
42 42 | } |