Skip to content

Commit 55cea10

Browse files
SethDavenportsmithad15
authored andcommitted
remove a couple of obsolete action creators (#33)
1 parent e5d202d commit 55cea10

File tree

1 file changed

+0
-6
lines changed
  • packages/example-app/src/app/animals/api

1 file changed

+0
-6
lines changed

packages/example-app/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)