Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Aug 25, 2021
1 parent 7d861e0 commit 1818673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core-data/src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ export function* __experimentalBatch( requests ) {
},
};
const resultPromises = [];
const awaitNextFrame = () => __unstableAwaitPromise( new Promise( window.requestAnimationFrame ) );
const awaitNextFrame = () =>
__unstableAwaitPromise( new Promise( window.requestAnimationFrame ) );
for ( const request of requests ) {
resultPromises.push( request( api ) );

Expand Down

0 comments on commit 1818673

Please sign in to comment.