Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikholcak committed Oct 16, 2024
1 parent e579d19 commit ee832a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shepherd.js/src/utils/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export function uuid() {
export function dedupeMiddlewares(
defaultMiddlewares?: ComputePositionConfig['middleware'],
stepMiddlewares?: ComputePositionConfig['middleware']
) {
): ComputePositionConfig['middleware'] {
return defaultMiddlewares?.filter(
(defaultMiddleware) =>
!defaultMiddleware ||
Expand Down

0 comments on commit ee832a5

Please sign in to comment.