Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tavib47 committed May 27, 2024
1 parent fa5c2e6 commit 7db939c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/next-drupal/src/hooks/useSearchApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ export const useSearchApp = (
}
}

const todayDate = new Date(
new Date().setDate(new Date().getDate()),
)
const todayDate = new Date(new Date().setDate(new Date().getDate()))
.toISOString()
.split('T')[0]

Expand Down

0 comments on commit 7db939c

Please sign in to comment.