Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
try to trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Apr 21, 2023
1 parent cc1ff28 commit b4b2116
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b4b2116

Please sign in to comment.