Skip to content

Commit

Permalink
Merge pull request #25 from sentinel-hub/fix/failing-tests
Browse files Browse the repository at this point in the history
Fix failing tests
  • Loading branch information
sinergise-anze authored Feb 21, 2020
2 parents 4ee0660 + b6ea424 commit f2e9ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lint
on: push
on: [push, pull_request]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion src/layer/S1GRDEOCloudLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class S1GRDEOCloudLayer extends AbstractSentinelHubV1OrV2Layer {
}

protected getFindTilesAdditionalParameters(): Record<string, any> {
const result = {
const result: Record<string, any> = {
productType: 'GRD',
acquisitionMode: this.acquisitionMode,
polarization: this.polarization,
Expand Down

0 comments on commit f2e9ef2

Please sign in to comment.