Skip to content

Commit

Permalink
lint no any
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacThoman committed Jan 29, 2025
1 parent 2af77f0 commit 378cb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ui/browse.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class BrowseComponent implements OnChanges, OnInit, OnDestroy {
networking: Networking | undefined;

servers: Array<{ url: string; info: ServerInfo }> = [];
private refreshInterval: any; // Store the interval ID
private refreshInterval: number | undefined; // Store the interval ID

ngOnInit() {
// Start the auto-refresh timer when the component is initialized
Expand Down

0 comments on commit 378cb35

Please sign in to comment.