Skip to content

Commit

Permalink
Merge pull request #2203 from Amsterdam/readme/file
Browse files Browse the repository at this point in the history
Update readme file
  • Loading branch information
remyvdwereld authored Jul 22, 2023
2 parents fd4f1a9 + 98212ed commit 1ed25ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ A `npm run deploy:prod` convenience script is also available. This also guarante
## E2E testing with Cypress

[README.md](https://github.com/Amsterdam/zaken-frontend/blob/master/cypress/README.md)


2 changes: 1 addition & 1 deletion src/app/state/rest/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const useTaskNames = (role: string) => {
})
}

// useSummonTypes for getting the available summonTypes for a specific task
// useSummonTypesByTaskId for getting the available summonTypes for a specific task and thus Theme.
export const useSummonTypesByTaskId = (id: Components.Schemas.CaseUserTaskWorkdflow["case_user_task_id"], options?: Options) => {
const handleError = useErrorHandler()
return useApiRequest<Components.Schemas.PaginatedSummonTypeList>({
Expand Down

0 comments on commit 1ed25ec

Please sign in to comment.