Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jun 14, 2022
1 parent 3e43b48 commit 6a96642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/image/providers/unsplash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export class Unsplash {
deprecated({
deprecated: 'faker.image.unsplash.avatar()',
proposed: 'faker.internet.avatar()',
since: 'v7.3.0',
until: 'v8.0.0',
since: '7.3',
until: '8.0',
});
return this.faker.internet.avatar();
}
Expand Down

0 comments on commit 6a96642

Please sign in to comment.