We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc88a5 commit f6642ebCopy full SHA for f6642eb
src/app/animals/api/actions.ts
@@ -15,12 +15,6 @@ export class AnimalAPIActions {
15
static readonly LOAD_SUCCEEDED = 'LOAD_SUCCEEDED';
16
static readonly LOAD_FAILED = 'LOAD_FAILED';
17
18
- @dispatch()
19
- addTicket = (key: string) => ({ type: 'ADD_TICKET', key })
20
-
21
22
- removeTicket = (key: string) => ({ type: 'REMOVE_TICKET', key })
23
24
@dispatch()
25
loadAnimals = (animalType: AnimalType): AnimalAPIAction => ({
26
type: AnimalAPIActions.LOAD_ANIMALS,
0 commit comments