Skip to content

Commit b47ee43

Browse files
committed
Fixes lint
1 parent dd7b236 commit b47ee43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xforms-engine/src/client/NoteNode.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ export type AnyNoteNode =
109109
| StringNoteNode
110110
| IntNoteNode
111111
| DecimalNoteNode
112-
| DateNoteNode
112+
| DateNoteNode
113113
| GeopointNoteNode
114114
| TemporaryStringValueNoteNode;

0 commit comments

Comments
 (0)