CloudWatch: Run migrations even with a missing period (#43350)

This commit is contained in:
Andres Martinez Gotor
2021-12-20 17:57:58 +01:00
committed by GitHub
parent 57c3549b07
commit 5766c624ff
@@ -1106,7 +1106,6 @@ function isCloudWatchQuery(target: DataQuery): target is CloudWatchMetricsQuery
target.hasOwnProperty('dimensions') &&
target.hasOwnProperty('namespace') &&
target.hasOwnProperty('region') &&
target.hasOwnProperty('period') &&
target.hasOwnProperty('metricName')
);
}