Skip to content

Commit 9624bac

Browse files
committed
Added createdAt field in api call
1 parent 0e06ed2 commit 9624bac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/user_story.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const userStory = {
8686
username
8787
}
8888
Category
89+
createdAt
8990
}
9091
}
9192
`
@@ -111,6 +112,7 @@ const userStory = {
111112
id
112113
url
113114
}
115+
createdAt
114116
}
115117
}
116118
${BASIC_STORY_INFO_FRAGMENT}

0 commit comments

Comments
 (0)