Skip to content

Commit

Permalink
chore: make MessageObj content public
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbogboade1 committed Jun 14, 2024
1 parent c4fd982 commit 45993a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Chat/SendV2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,5 @@ public struct Message: Codable {
}

public struct MessageObj: Codable {
let content: String?
public let content: String?
}

0 comments on commit 45993a1

Please sign in to comment.