Skip to content

Commit

Permalink
Remove Promise.all
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Feb 4, 2022
1 parent 2cfc8db commit 7edbd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/src/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function deleteAllTemplates( type ) {
return;
}

const [ templates ] = await Promise.all( [ rest( { path } ) ] );
const [ templates ] = await rest( { path } );

await batch(
templates
Expand Down

0 comments on commit 7edbd31

Please sign in to comment.