Skip to content

Commit

Permalink
chore: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland committed Jan 1, 2025
1 parent e58ad50 commit 7731679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/test/factories/createGameHash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export const createGameHash = createFactory<App.Platform.Data.GameHash>((faker)
md5: faker.string.alphanumeric(32),
name: faker.word.words(3),
patchUrl: faker.internet.url(),
source: null,
};
});

0 comments on commit 7731679

Please sign in to comment.