Skip to content

Commit

Permalink
fix taf
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanroleplay committed Sep 15, 2021
1 parent b382d43 commit a5b0875
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aviationweather",
"version": "1.2.9",
"version": "1.3.0",
"description": "Node.js wrapper for aviation weather, written in TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/types/responses/AW/ITAF.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export interface Forecast {
/**
* Sky condition
*/
sky_condition: {
sky_condition?: {
/**
* Sky coverage
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const myc = new Client({ debug: true });
myc
.AW({
datasource: "TAFS",
stationString: "WSSS",
stationString: "egll",
hoursBeforeNow: 1,
})
.then((res) => {
Expand Down

0 comments on commit a5b0875

Please sign in to comment.