Skip to content

Commit

Permalink
MongoDB: This driver really does suck. God.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jan 14, 2024
1 parent 0f4c845 commit 9b59d50
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ public val kordExCodecRegistry: CodecRegistry = CodecRegistries.fromCodecs(
KotlinSerializerCodec.create<DateTimePeriod>(),
KotlinSerializerCodec.create<Instant>(),
KotlinSerializerCodec.create<Snowflake>(),

KotlinSerializerCodec.create<StorageType>(),
KotlinSerializerCodec.create<StorageType.Config>(),
KotlinSerializerCodec.create<StorageType.Data>(),
)

0 comments on commit 9b59d50

Please sign in to comment.