mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
chore: formatting
This commit is contained in:
parent
aca3416e12
commit
cb3649eef5
2 changed files with 2 additions and 2 deletions
|
@ -649,7 +649,7 @@ async function insertNote(
|
|||
emojis: string[],
|
||||
mentionedUsers: MinimumUser[],
|
||||
) {
|
||||
if (data.createdAt === null || data.createdAt === undefined ) {
|
||||
if (data.createdAt === null || data.createdAt === undefined) {
|
||||
data.createdAt = new Date();
|
||||
}
|
||||
const insert = new Note({
|
||||
|
|
Loading…
Reference in a new issue