Skip to content

Commit

Permalink
debug: improve dummy names
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Sep 4, 2024
1 parent 5074cc6 commit 86213af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ function getMockMembers(): MemberWithId[] {
1, 34, 79, 230, 1004, 4052, 10245, 11245, 17353, 21324, 50124,
]
const mockDevNames = [
"Blorp", "Quip", "Flange", "Smidge", "Gwarp", "Twiner", "Yapper",
"Snark", "Smorge", "Llanger", "Frrr", "Zq", "Blobber", "Cork",
"Blorp Sparkler", "Quip", "Flange", "Smidge", "Gwarp", "Twiner",
"Yapper Yapper Yapper", "Snark", "Smorge", "Llanger", "Frrr", "Zq",
"Blobber", "Cork",
]
return mockDevCounts.map((mockDevCount, idx): MemberWithId => {
let newMember = structuredClone(exampleMember) as Member;
Expand Down

0 comments on commit 86213af

Please sign in to comment.