This commit is contained in:
원더 2021-01-14 10:38:15 +09:00
commit 61d7f94755

View File

@ -218,7 +218,7 @@ export const getServerSideProps = async (ctx: Context) => {
return { return {
props: { props: {
data, data,
date: SnowflakeUtil.deconstruct(data?.id ?? '0').date.toJSON() date: SnowflakeUtil.deconstruct(data.id ?? '0').date.toJSON()
}, },
} }
} }