mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 22:10:24 +00:00
Merge branch 'master' of https://github.com/koreanbots/koreanbots
This commit is contained in:
commit
61d7f94755
@ -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()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user