Skip to content

Commit

Permalink
doc: mock data 수정(#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeZinu committed Jun 9, 2024
1 parent bc7809a commit 609be00
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/app/(userpage)/productMock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { DEFAULT_PRODUCT_IMAGE } from "@/utils/constant";

export const productMock = [
{
updatedAt: new Date("2024-05-30T09:41:57.081Z"),
createdAt: new Date("2024-05-30T09:41:57.081Z"),
updatedAt: "2024-05-30T09:41:57.081Z",
createdAt: "2024-05-30T09:41:57.081Z",
writerId: 1,
categoryId: 1,
favoriteCount: 0,
Expand All @@ -14,8 +14,8 @@ export const productMock = [
id: 1,
},
{
updatedAt: new Date("2024-05-30T09:41:57.081Z"),
createdAt: new Date("2024-05-30T09:41:57.081Z"),
updatedAt: "2024-05-30T09:41:57.081Z",
createdAt: "2024-05-30T09:41:57.081Z",
writerId: 1,
categoryId: 1,
favoriteCount: 0,
Expand All @@ -26,8 +26,8 @@ export const productMock = [
id: 2,
},
{
updatedAt: new Date("2024-05-30T09:41:57.081Z"),
createdAt: new Date("2024-05-30T09:41:57.081Z"),
updatedAt: "2024-05-30T09:41:57.081Z",
createdAt: "2024-05-30T09:41:57.081Z",
writerId: 1,
categoryId: 1,
favoriteCount: 0,
Expand All @@ -38,8 +38,8 @@ export const productMock = [
id: 3,
},
{
updatedAt: new Date("2024-05-30T09:41:57.081Z"),
createdAt: new Date("2024-05-30T09:41:57.081Z"),
updatedAt: "2024-05-30T09:41:57.081Z",
createdAt: "2024-05-30T09:41:57.081Z",
writerId: 1,
categoryId: 1,
favoriteCount: 0,
Expand All @@ -50,8 +50,8 @@ export const productMock = [
id: 4,
},
{
updatedAt: new Date("2024-05-30T09:41:57.081Z"),
createdAt: new Date("2024-05-30T09:41:57.081Z"),
updatedAt: "2024-05-30T09:41:57.081Z",
createdAt: "2024-05-30T09:41:57.081Z",
writerId: 1,
categoryId: 1,
favoriteCount: 0,
Expand All @@ -62,8 +62,8 @@ export const productMock = [
id: 5,
},
{
updatedAt: new Date("2024-05-30T09:41:57.081Z"),
createdAt: new Date("2024-05-30T09:41:57.081Z"),
updatedAt: "2024-05-30T09:41:57.081Z",
createdAt: "2024-05-30T09:41:57.081Z",
writerId: 1,
categoryId: 1,
favoriteCount: 0,
Expand All @@ -74,8 +74,8 @@ export const productMock = [
id: 6,
},
{
updatedAt: new Date("2024-05-30T09:41:57.081Z"),
createdAt: new Date("2024-05-30T09:41:57.081Z"),
updatedAt: "2024-05-30T09:41:57.081Z",
createdAt: "2024-05-30T09:41:57.081Z",
writerId: 1,
categoryId: 1,
favoriteCount: 0,
Expand Down

0 comments on commit 609be00

Please sign in to comment.