Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to trigger ci
  • Loading branch information
liamaharon committed Apr 21, 2023
commit cc1ff28674e8d5ef21e676dd450be77151d79b6e
2 changes: 1 addition & 1 deletion utils/frame/remote-externalities/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ where
batch_size,
);

// Payloads to attempt to process this batch
// Payloads to attempt to process this batch.
let page = payloads.iter().take(batch_size).cloned().collect::<Vec<_>>();

// Build the batch request
Expand Down