Skip to content

Commit

Permalink
chore(core): lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Nov 7, 2024
1 parent f942fed commit db4e1d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/src/service/middlewareService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ function dispatch(options: DispatchOptions): Promise<unknown> {
index: options.index,
} as any)
).then(result => {
debug(
`[middleware]: out ${middlewareName} +${Date.now() - startTime}`
);
debug(`[middleware]: out ${middlewareName} +${Date.now() - startTime}`);
return result;
});
}
Expand Down

0 comments on commit db4e1d1

Please sign in to comment.