Skip to content

Commit f6642eb

Browse files
remove a couple of obsolete action creators (#33)
1 parent fdc88a5 commit f6642eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/app/animals/api/actions.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ export class AnimalAPIActions {
1515
static readonly LOAD_SUCCEEDED = 'LOAD_SUCCEEDED';
1616
static readonly LOAD_FAILED = 'LOAD_FAILED';
1717

18-
@dispatch()
19-
addTicket = (key: string) => ({ type: 'ADD_TICKET', key })
20-
21-
@dispatch()
22-
removeTicket = (key: string) => ({ type: 'REMOVE_TICKET', key })
23-
2418
@dispatch()
2519
loadAnimals = (animalType: AnimalType): AnimalAPIAction => ({
2620
type: AnimalAPIActions.LOAD_ANIMALS,

0 commit comments

Comments
 (0)