Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
apatsufas committed Oct 8, 2024
1 parent d1669c0 commit bd679fc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified src/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion src/utils/p100.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ export default class P100 implements TpLinkAccessory{
};

if (this.cookie) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore
headers.Cookie = this.cookie;
}
Expand Down

0 comments on commit bd679fc

Please sign in to comment.