Skip to content

Commit

Permalink
Merge pull request #170 from Divyanshu-Modi/patch-1
Browse files Browse the repository at this point in the history
names: Add New cat name
  • Loading branch information
tonybaloney authored Oct 4, 2022
2 parents 9512416 + 9614ea1 commit 4e11aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const CAT_NAMES: Map<number, string> = new Map<number, string>([
[97, 'Ginger'],
[98, 'Daisy'],
[99, 'Amelia'],
[100, 'Oliver'],
]);

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

0 comments on commit 4e11aed

Please sign in to comment.