Skip to content

Commit eb36d1a

Browse files
committed
Linting
1 parent f696264 commit eb36d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sequencer/test/protocol/production/flow/ReductionTaskFlow.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ describe("ReductionTaskFlow", () => {
115115
creator
116116
);
117117

118+
// eslint-disable-next-line no-async-promise-executor
118119
const result = await new Promise(async (res) => {
119120
flow.onCompletion(async (output) => res(output));
120121

0 commit comments

Comments
 (0)