Skip to content

Commit

Permalink
Removed static keyword from the getServerVersion declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
enfocus-switch committed Jul 11, 2024
1 parent 9de2e80 commit f529c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ declare class Switch {
* Provides the current switch version number.
* @returns the version of switch server where the script is running
*/
static getServerVersion(): number;
getServerVersion(): number;
}
/**
* Represents the arrived webhook request.
Expand Down

0 comments on commit f529c78

Please sign in to comment.