Skip to content

Commit 1ff08f6

Browse files
committed
Convert Social.postToFirehose
1 parent a5ec37e commit 1ff08f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/App/Core/Social.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ enum Social {
107107
throw Error.invalidMessage
108108
}
109109
// Ignore errors from here for now to keep concurrency simpler
110-
async let _ = try? await httpClient.mastodonPost(message: message)
110+
try? await httpClient.mastodonPost(message: message)
111111
}
112112

113113
static func postToFirehose(client: Client,

0 commit comments

Comments
 (0)