Skip to content

Commit b0f0cfb

Browse files
getsantry[bot]natemoo-re
authored andcommitted
🛠️ apply pre-commit fixes
1 parent e04c26d commit b0f0cfb

File tree

1 file changed

+2
-2
lines changed
  • static/app/views/automations/hooks

1 file changed

+2
-2
lines changed

static/app/views/automations/hooks/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ export interface UseAutomationsQueryOptions {
88
sort?: string;
99
}
1010
export function useAutomationsQuery(_options: UseAutomationsQueryOptions = {}) {
11-
const { slug } = useOrganization();
11+
const {slug} = useOrganization();
1212

1313
return useApiQuery<Automation[]>([`/organizations/${slug}/workflows/`], {
1414
staleTime: 0,
1515
retry: false,
16-
})
16+
});
1717
}
1818

1919
export const makeAutomationQueryKey = (

0 commit comments

Comments
 (0)