Skip to content

Commit 6e72712

Browse files
authored
chore: fix avatarLegacy deprecation version typo (#3124)
1 parent c15b488 commit 6e72712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/image/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class ImageModule extends ModuleBase {
5959
deprecated({
6060
deprecated: 'faker.image.avatarLegacy()',
6161
proposed: 'faker.image.avatar()',
62-
since: '9.0.1',
62+
since: '9.0.2',
6363
until: '10.0.0',
6464
});
6565

0 commit comments

Comments
 (0)