Skip to content

Commit 6c0ad9b

Browse files
authored
fix: remove ` from ChatIdentifier (#933)
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent b04c116 commit 6c0ad9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/flipcash/core/src/main/kotlin/com/flipcash/app/core/chat/ChatIdentifier.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sealed interface ChatIdentifier : Parcelable {
1919

2020
@Serializable
2121
@Parcelize
22-
` data class ByContact(
22+
data class ByContact(
2323
val contact: DeviceContact,
2424
val chatId: ChatId? = null
2525
) : ChatIdentifier {

0 commit comments

Comments
 (0)