Skip to content

Commit

Permalink
chore: update validPets and petLookUpTable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgoldwastaken committed Oct 26, 2020
1 parent 98288ff commit 5286509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helpers/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export const validPets = [
'katten',
'vissen',
'vogels',
'puma',
'goudvis',
]

export const petLookUpTable = {
Expand All @@ -35,6 +37,7 @@ export const petLookUpTable = {
hont: 'hond',
poes: 'kat',
guppen: 'vissen',
chihuahua: 'hond',
}

export const irrelevantValues = ['Moeder', 'Vader']
Expand Down

0 comments on commit 5286509

Please sign in to comment.