Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Oct 3, 2024
1 parent 0e46e80 commit ea94966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui2/src/features/document-types/apiSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const apiSliceWithDocTypes = apiSlice.injectEndpoints({
]
}),
getDocumentTypes: builder.query<DocType[], void>({
query: docTypes => "/document-types/all",
query: _ => "/document-types/all",
providesTags: (result = [], _error, _arg) => [
"DocumentType",
...result.map(({id}) => ({type: "DocumentType", id}) as const)
Expand Down

0 comments on commit ea94966

Please sign in to comment.