Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-boehm committed Nov 8, 2023
1 parent f335ccd commit bba6c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/simulations/simulations.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export class SimulationsComponent implements OnInit {
selectedServer = ArtemisServer.TS1;
adminPassword = '';
adminUsername = '';
availableServers = [ArtemisServer.TS1, ArtemisServer.TS3, ArtemisServer.PRODUCTION, ArtemisServer.STAGING];

protected readonly ArtemisServer = ArtemisServer;
availableServers = [ArtemisServer.TS1, ArtemisServer.TS3, ArtemisServer.PRODUCTION, ArtemisServer.STAGING];

constructor(
private simulationsService: SimulationsService,
Expand Down

0 comments on commit bba6c27

Please sign in to comment.