Skip to content

Commit 1f6ae01

Browse files
committed
fix: lint issue
1 parent 5819e12 commit 1f6ae01

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
@@ -262,7 +262,7 @@ export class BaseTado {
262262

263263
const headers = response.headers;
264264
if (headers instanceof AxiosHeaders) {
265-
let ratelimit: RateLimit = {
265+
const ratelimit: RateLimit = {
266266
policy: {
267267
quota: 0,
268268
window: 0,

0 commit comments

Comments
 (0)