Skip to content

Commit

Permalink
Merge pull request #152 from MerryHoppins/master
Browse files Browse the repository at this point in the history
Update names.ts
  • Loading branch information
tonybaloney authored Oct 1, 2022
2 parents 2c39659 + 110cfef commit 307b86d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export const CAT_NAMES: Map<number, string> = new Map<number, string>([
[71, 'Pippa'],
[72, 'Shadow'],
[73, 'Sam'],
[74, 'Buster'],
[75, 'Lucky'],
[76, 'Ellie'],
[77, 'Duke'],
Expand Down Expand Up @@ -102,8 +101,9 @@ export const CAT_NAMES: Map<number, string> = new Map<number, string>([
[102, 'Spot'],
[103, 'Harry'],
[104, 'Bolt'],
[105, 'Ginger'],
[106, 'Daisy'],
[105, 'Julia'],
[106, 'Ginger'],
[107, 'Daisy'],
]);

export const DOG_NAMES: Map<number, string> = new Map<number, string>([
Expand Down

0 comments on commit 307b86d

Please sign in to comment.