Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit 3632d5d

Browse files
committed
Adds released_at key in PostSequence
1 parent f19631b commit 3632d5d

File tree

1 file changed

+1
-0
lines changed
  • velog-frontend/src/store/modules

1 file changed

+1
-0
lines changed

velog-frontend/src/store/modules/posts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export type PostSequence = {
138138
}),
139139
url_slug: string,
140140
created_at: string,
141+
released_at: string,
141142
};
142143

143144
export type Posts = {

0 commit comments

Comments
 (0)