Skip to content

Commit dba2f7d

Browse files
committed
fix: remove persistence nullability
1 parent ba16297 commit dba2f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LEGO.AsyncAPI.Bindings/Pulsar/PulsarChannelBinding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class PulsarChannelBinding : ChannelBinding<PulsarChannelBinding>
1919
/// <summary>
2020
/// persistence of the topic in Pulsar persistent or non-persistent.
2121
/// </summary>
22-
public Persistence? Persistence { get; set; }
22+
public Persistence Persistence { get; set; }
2323

2424
/// <summary>
2525
/// Topic compaction threshold given in bytes.

0 commit comments

Comments
 (0)