Skip to content

Commit

Permalink
chore: fix avatarLegacy deprecation version typo (faker-js#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Sep 22, 2024
1 parent c15b488 commit 6e72712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/image/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class ImageModule extends ModuleBase {
deprecated({
deprecated: 'faker.image.avatarLegacy()',
proposed: 'faker.image.avatar()',
since: '9.0.1',
since: '9.0.2',
until: '10.0.0',
});

Expand Down

0 comments on commit 6e72712

Please sign in to comment.