Skip to content

Commit

Permalink
chore(unsplash.avatar): update deprecation since property
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed Jun 12, 2022
1 parent dac19f3 commit 23d9c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/image/providers/unsplash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Unsplash {
deprecated({
deprecated: 'faker.image.unsplash.avatar()',
proposed: 'faker.image.avatar()',
since: 'v7.2.0',
since: 'v7.3.0',
until: 'v8.0.0',
});
return this.faker.internet.avatar();
Expand Down

0 comments on commit 23d9c4c

Please sign in to comment.