Skip to content

Commit 49a54c2

Browse files
committed
Update RequestSchema.js
1 parent ee6ca47 commit 49a54c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/LiveQuery/RequestSchema.js

+8
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ const update = {
124124
minItems: 1,
125125
uniqueItems: true,
126126
},
127+
watch: {
128+
type: 'array',
129+
items: {
130+
type: 'string',
131+
},
132+
minItems: 1,
133+
uniqueItems: true,
134+
},
127135
},
128136
required: ['where', 'className'],
129137
additionalProperties: false,

0 commit comments

Comments
 (0)