Skip to content

Commit

Permalink
style(frontend/pages): prefix fetch call with void
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccs committed Apr 20, 2024
1 parent a5ddd79 commit d2f00f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/pages/Service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Service() {
] = useFetch<CerberoService>()

useEffect(() => {
fetchService(`/api/services/${nfq}`)
void fetchService(`/api/services/${nfq}`)
}, [nfq])

if(error) {
Expand Down

0 comments on commit d2f00f5

Please sign in to comment.