Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Nov 19, 2024
1 parent 028dada commit 9b2b1ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ class DestinationMessageFactory(
name = message.record.stream,
)
if (true) {//fileTransferEnabled) {
@Suppress("UNCHECKED_CAST")
val fileMessage = message.record.additionalProperties["file"] as Map<String, Any>
DestinationFile(
stream = stream.descriptor,
Expand Down

0 comments on commit 9b2b1ce

Please sign in to comment.