Skip to content

Commit e8e0953

Browse files
committed
Fixed copypasta error
1 parent e69aa7a commit e8e0953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CouchDB.Driver/Types/CouchAttachment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public sealed class CouchAttachment
100100
/// </remarks>
101101
[DataMember]
102102
[JsonProperty("data")]
103-
public int? Data { get; private set; }
103+
public string Data { get; private set; }
104104
}
105105
}
106106
#nullable restore

0 commit comments

Comments
 (0)