Skip to content

Commit

Permalink
fix: remove unused r#type field in GooglePubSubConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jetjinser committed May 16, 2024
1 parent 93c221d commit f7eb908
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/connector/src/sink/google_pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ pub struct GooglePubSubConfig {
/// `pubsub.publisher` [role](https://cloud.google.com/pubsub/docs/access-control#roles)
#[serde(rename = "pubsub.credentials")]
pub credentials: Option<String>,

// accept "append-only"
pub r#type: String,
}

impl GooglePubSubConfig {
Expand Down

0 comments on commit f7eb908

Please sign in to comment.