Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 1, 2022
2 parents 5bb6565 + 2c39659 commit 418cb4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const CAT_NAMES: Map<number, string> = new Map<number, string>([
[55, 'Gus'],
[56, 'Baxter'],
[57, 'Dexter'],
[58, 'Diesel'],
[59, 'Willow'],
[60, 'Barney'],
[61, 'Bruno'],
Expand Down Expand Up @@ -103,7 +102,8 @@ export const CAT_NAMES: Map<number, string> = new Map<number, string>([
[103, 'Harry'],
[104, 'Bolt'],
[105, 'Julia'],
[106, 'Daisy'],
[106, 'Ginger'],
[107, 'Daisy'],
]);

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

0 comments on commit 418cb4b

Please sign in to comment.