change: prettier code

This commit is contained in:
Skillz4Killz
2021-06-17 16:53:47 +00:00
committed by GitHub Action
parent a584b81b12
commit 2da3037fdb
+1 -1
View File
@@ -50,7 +50,7 @@ export function channelToThread(channel: Channel) {
), ),
autoArchiveDuration: createNewProp(channel.threadMetadata?.autoArchiveDuration || 0), autoArchiveDuration: createNewProp(channel.threadMetadata?.autoArchiveDuration || 0),
bitfield: createNewProp(bitfield), bitfield: createNewProp(bitfield),
ownerId: createNewProp(snowflakeToBigint(channel.ownerId!)) ownerId: createNewProp(snowflakeToBigint(channel.ownerId!)),
}); });
} }