We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ee0660 + b6ea424 commit f2e9ef2Copy full SHA for f2e9ef2
.github/workflows/on_push.yaml
@@ -1,5 +1,5 @@
1
name: Lint
2
-on: push
+on: [push, pull_request]
3
4
jobs:
5
test:
src/layer/S1GRDEOCloudLayer.ts
@@ -99,7 +99,7 @@ export class S1GRDEOCloudLayer extends AbstractSentinelHubV1OrV2Layer {
99
}
100
101
protected getFindTilesAdditionalParameters(): Record<string, any> {
102
- const result = {
+ const result: Record<string, any> = {
103
productType: 'GRD',
104
acquisitionMode: this.acquisitionMode,
105
polarization: this.polarization,
0 commit comments