Skip to content

Commit

Permalink
Adds released_at key in PostSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
velopert committed Jan 4, 2019
1 parent f19631b commit 3632d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velog-frontend/src/store/modules/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export type PostSequence = {
}),
url_slug: string,
created_at: string,
released_at: string,
};

export type Posts = {
Expand Down

0 comments on commit 3632d5d

Please sign in to comment.