Skip to content

Commit

Permalink
detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Dec 6, 2024
1 parent 177939c commit dde0b1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -108,6 +108,7 @@ object ClientCapabilityDTOSerializer : KSerializer<ClientCapabilityDTO> {
when (value) {
is ClientCapabilityDTO.LegalHoldImplicitConsent ->
encoder.encodeString("legalhold-implicit-consent")

is ClientCapabilityDTO.Unknown ->
encoder.encodeString(value.name)
}

0 comments on commit dde0b1e

Please sign in to comment.