Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 9, 2023
1 parent 941df37 commit ff80527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function scroll<T>(target: Element, options?: any) {
scrollMode: overrides.scrollMode,
boundary: overrides.boundary,
skipOverflowHiddenElements: overrides.skipOverflowHiddenElements,
behavior: actions =>
behavior: (actions) =>
Promise.all(
actions.reduce(
(results: Promise<SmoothScrollAction>[], { el, left, top }) => {
Expand Down

0 comments on commit ff80527

Please sign in to comment.