Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 10, 2024
1 parent 0b43fcb commit 32c3eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/pt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl From<PeerType> for DbType {
PeerType::S3 => DbType::S3,
PeerType::SQLServer => DbType::Sqlserver,
PeerType::EventHubGroup => DbType::EventhubGroup,
PeerType::Kafka => todo!("Add Kafka support"),
PeerType::Kafka => DbType::Kafka,
}
}
}

0 comments on commit 32c3eba

Please sign in to comment.