Skip to content

Commit d673b9e

Browse files
Merge pull request #355 from ably/fix-ObjectData.data-nullability
Fix nullability of `ObjectsMapEntry.data`
2 parents d1ba357 + 97c43cb commit d673b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textile/features.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@ class ObjectsCounter // OCN*, internal
26252625
class ObjectsMapEntry // OME*, internal
26262626
tombstone: Boolean? // OME2a
26272627
timeserial: String? // OME2b
2628-
data: ObjectData // OME2c
2628+
data: ObjectData? // OME2c
26292629

26302630
class ObjectData // OD*, internal
26312631
objectId: String? // OD2a

0 commit comments

Comments
 (0)