mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
style: always passes this condition
This commit is contained in:
parent
98a5c3f657
commit
1c276e13eb
@ -212,7 +212,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