Fix type error

This commit is contained in:
Sam Carlton 2020-11-28 15:43:15 -06:00
parent 295284c53f
commit b3d5d9acb6

View file

@ -10,7 +10,7 @@ import parseGithubDate from '~/helpers/parse-github-date'
export default { export default {
props: { props: {
timestamp: { timestamp: {
type: String, type: Number,
required: true required: true
} }
}, },