Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jan 15, 2025
1 parent 481cae7 commit 68e8119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/viewer/src/lib/services/projects-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export type Project = IProjectModel;
export type ServerStatus = IServerStatus;

export class ProjectService implements ICombinedProjectsService {
serverProjects(serverId: string, forceRefresh: boolean): Promise<IProjectModel[]> {
throw new Error('Method not implemented.');
}
supportsFwData(): Promise<boolean> {
throw new Error('Method not implemented.');
}
Expand Down

0 comments on commit 68e8119

Please sign in to comment.