Skip to content

Commit

Permalink
Fix demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
Krivoblotsky committed May 15, 2023
1 parent 4854390 commit e612b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/DemoChat/Sources/UI/ModerationChatView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public struct ModerationChatView: View {
DetailView(
conversation: store.moderationConversation,
error: store.moderationConversationError,
sendMessage: { message in
sendMessage: { message, _ in
Task {
await store.sendModerationMessage(
Message(
Expand Down

0 comments on commit e612b6b

Please sign in to comment.