Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 25, 2024
1 parent 817ca98 commit 96cc538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export const createGithubProviderSchema = z.object({
accessToken: z.string()
})

export const updateGithubProviderSchema = createGithubProviderSchema.extend({
})
export const updateGithubProviderSchema = createGithubProviderSchema.extend({})

export type CreateGithubProviderFormValues = z.infer<
typeof createGithubProviderSchema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const DetailPage: React.FC = () => {
pause: !id
})
const provider = data?.githubRepositoryProviders?.edges?.[0]?.node
const [githubRepositories, isGithubRepositoriesLoading] = useAllProvidedRepositories(id)
const [githubRepositories, isGithubRepositoriesLoading] =
useAllProvidedRepositories(id)

const onDeleteProvider = () => {
router.back()
Expand Down

0 comments on commit 96cc538

Please sign in to comment.