@carto/api-client 0.5.9-alpha.PR193.2 → 0.5.9-alpha.PR193.3
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.
package/build/api-client.cjs
CHANGED
|
@@ -6442,7 +6442,7 @@ function executeModel(props) {
|
|
|
6442
6442
|
queryParameters: source.queryParameters || "",
|
|
6443
6443
|
filters,
|
|
6444
6444
|
filtersLogicalOperator,
|
|
6445
|
-
tags
|
|
6445
|
+
...tags ?? {}
|
|
6446
6446
|
};
|
|
6447
6447
|
queryParams.spatialDataType = spatialDataType;
|
|
6448
6448
|
queryParams.spatialDataColumn = spatialDataColumn;
|