@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.js
CHANGED
|
@@ -6179,7 +6179,7 @@ function executeModel(props) {
|
|
|
6179
6179
|
queryParameters: source.queryParameters || "",
|
|
6180
6180
|
filters,
|
|
6181
6181
|
filtersLogicalOperator,
|
|
6182
|
-
tags
|
|
6182
|
+
...tags ?? {}
|
|
6183
6183
|
};
|
|
6184
6184
|
queryParams.spatialDataType = spatialDataType;
|
|
6185
6185
|
queryParams.spatialDataColumn = spatialDataColumn;
|