Skip to content

Commit

Permalink
chore(autofmt): Automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2024
1 parent a29b958 commit 5e0c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/console/src/api/modules/use-stream-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const useStreamModules = () => {
})
}
}
return hasModules ? queryClient.getQueryData(queryKey) : [];
return hasModules ? queryClient.getQueryData(queryKey) : []
} catch (error) {
if (error instanceof ConnectError) {
if (error.code !== Code.Canceled) {
Expand Down

0 comments on commit 5e0c0ea

Please sign in to comment.