Skip to content

Commit

Permalink
names: Add New cat name
Browse files Browse the repository at this point in the history
* My cute pet oliver hehe
  • Loading branch information
Divyanshu-Modi authored Oct 1, 2022
1 parent 0721c4c commit 9614ea1
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 9614ea1

Please sign in to comment.