Skip to content

Commit

Permalink
remove unintentionally added pubsub.DefaultPublishSettings
Browse files Browse the repository at this point in the history
Signed-off-by: James Lewis <james.lewis2@anz.com>
  • Loading branch information
JamesBLewis committed Mar 16, 2024
1 parent 2f0e946 commit 9343381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/pubsub/v2/internal/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func (c *Connection) getOrCreateTopicInfo(ctx context.Context, getAlreadyOpenOnl
// if publishSettings have been provided use them otherwise pubsub will use default settings
if c.PublishSettings != nil {
topic.PublishSettings = *c.PublishSettings
pubsub.DefaultPublishSettings
}

// Success.
Expand Down

0 comments on commit 9343381

Please sign in to comment.