Skip to content

Commit 2930021

Browse files
committed
fix: change ratelimit to a method
1 parent 1f6ae01 commit 2930021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class BaseTado {
172172
*
173173
* @returns `RateLimit` if an API call has occured
174174
*/
175-
get ratelimit(): RateLimit | undefined {
175+
getRatelimit(): RateLimit | undefined {
176176
return this.#ratelimit;
177177
}
178178

0 commit comments

Comments
 (0)