Skip to content

Commit

Permalink
Merge pull request #938 from Mause/Mause-patch-1
Browse files Browse the repository at this point in the history
Fix deprecation warning
  • Loading branch information
Mause authored Dec 3, 2024
2 parents e68eded + beded0f commit b5e84f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/storybook/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const factory = makeFactory<IssueOrPullRequest>({
repository: each((tick) => {
const faker = withSeed(tick);
const nameWithOwner =
faker.internet.userName() + "/" + faker.internet.domainWord();
faker.internet.username() + "/" + faker.internet.domainWord();
return {
nameWithOwner,
url: `https://github.com/${nameWithOwner}`,
Expand Down

0 comments on commit b5e84f0

Please sign in to comment.