Skip to content

Commit 0e3d55d

Browse files
dab246hoangdat
authored andcommitted
[Fastmail interoperation] Update ReferencePath
1 parent cebfdc4 commit 0e3d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jmap/core/request/reference_path.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class ReferencePath with EquatableMixin {
44
static ReferencePath idsPath = ReferencePath('/ids/*');
55
static ReferencePath createdPath = ReferencePath('/created/*');
66
static ReferencePath updatedPath = ReferencePath('/updated/*');
7-
static ReferencePath updatedPropertiesPath = ReferencePath('updatedProperties');
7+
static ReferencePath updatedPropertiesPath = ReferencePath('/updatedProperties');
88

99
final String value;
1010

0 commit comments

Comments
 (0)