Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Dec 27, 2024
1 parent 8598156 commit bc26c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/dogma/features/api/apiSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ export const apiSlice = createApi({
}),
invalidatesTags: ['Metadata'],
}),
// eslint-disable-next-line @typescript-eslint/no-explicit-any
updateRepoCredential: builder.mutation<
// eslint-disable-next-line @typescript-eslint/no-explicit-any
any,
{ projectName: string; id: string; credential: CredentialDto; repoName: string }
>({
Expand Down

0 comments on commit bc26c96

Please sign in to comment.