Skip to content

Commit f2e9ef2

Browse files
Merge pull request #25 from sentinel-hub/fix/failing-tests
Fix failing tests
2 parents 4ee0660 + b6ea424 commit f2e9ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lint
2-
on: push
2+
on: [push, pull_request]
33

44
jobs:
55
test:

src/layer/S1GRDEOCloudLayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class S1GRDEOCloudLayer extends AbstractSentinelHubV1OrV2Layer {
9999
}
100100

101101
protected getFindTilesAdditionalParameters(): Record<string, any> {
102-
const result = {
102+
const result: Record<string, any> = {
103103
productType: 'GRD',
104104
acquisitionMode: this.acquisitionMode,
105105
polarization: this.polarization,

0 commit comments

Comments
 (0)