@deephaven-enterprise/query-utils 1.20250801.251015115311-g1574e26 → 1.20250801.251016095533-g93f4751
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -55,7 +55,8 @@ export class QuerySchedulerValidation {
|
|
|
55
55
|
return null;
|
|
56
56
|
}
|
|
57
57
|
const firstKey = errorMap.keys().next().value;
|
|
58
|
-
if (firstKey
|
|
58
|
+
if (firstKey == null ||
|
|
59
|
+
firstKey === QueryScheduler.FIELDS.MONTHS ||
|
|
59
60
|
firstKey === QueryScheduler.FIELDS.SCHEDULING_DISABLED) {
|
|
60
61
|
return null;
|
|
61
62
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven-enterprise/query-utils",
|
|
3
|
-
"version": "1.20250801.
|
|
3
|
+
"version": "1.20250801.251016095533-g93f4751",
|
|
4
4
|
"description": "Deephaven Enterprise Query Utils",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|