Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
feat: improve post example data
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigier committed Dec 27, 2022
1 parent 553fa1d commit 6e5aaff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/mocks/Post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const All: PostType[] = [
author: getRandUser(),
likes: getRandUsers(),
comments: [],
createdAt: '2021-12-26T08:50:23Z',
createdAt: '2022-12-26T08:50:23Z',
updatedAt: null,
},
{
Expand Down Expand Up @@ -60,7 +60,7 @@ export const All: PostType[] = [
author: getRandUser(),
likes: getRandUsers(),
comments: [],
createdAt: '2021-12-26T08:50:23Z',
createdAt: '2022-12-26T08:50:23Z',
updatedAt: null,
},
{
Expand All @@ -77,7 +77,7 @@ export const All: PostType[] = [
author: getRandUser(),
likes: getRandUsers(),
comments: [],
createdAt: '2021-12-26T08:50:23Z',
createdAt: '2022-12-26T08:50:23Z',
updatedAt: null,
},
{
Expand Down Expand Up @@ -128,7 +128,7 @@ export const All: PostType[] = [
author: getRandUser(),
likes: getRandUsers(),
comments: [],
createdAt: '2021-12-26T08:50:23Z',
createdAt: '2022-12-26T08:50:23Z',
updatedAt: null,
},
{
Expand Down Expand Up @@ -199,11 +199,11 @@ export const All: PostType[] = [
author: getRandUser(),
likes: getRandUsers(),
comments: [],
createdAt: '2021-12-26T08:50:23Z',
createdAt: '2022-12-26T08:50:23Z',
updatedAt: null,
},
],
createdAt: '2022-09-01T05:09:01Z',
createdAt: '2023-01-01T05:09:01Z',
updatedAt: null,
},
{
Expand Down Expand Up @@ -250,7 +250,7 @@ export const All: PostType[] = [
author: getRandUser(),
likes: getRandUsers(),
comments: [],
createdAt: '2021-12-26T08:50:23Z',
createdAt: '2022-12-26T08:50:23Z',
updatedAt: null,
},
{
Expand Down

0 comments on commit 6e5aaff

Please sign in to comment.