Explorar o código

Removed Typo from Add GPU command

James hai 3 meses
pai
achega
0273ea0f13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      RackPeek/Commands/Server/Gpu/AddGpuUseCaseCommand.cs

+ 1 - 1
RackPeek/Commands/Server/Gpu/AddGpuUseCaseCommand.cs

@@ -15,7 +15,7 @@ public class ServerGpuAddSettings : ServerNameSettings
 }
 
 public class ServerGpuAddCommand(IServiceProvider serviceProvider)
-    : AsyncCommand<ServerGpuAddSettings>cd
+    : AsyncCommand<ServerGpuAddSettings>
 {
     public override async Task<int> ExecuteAsync(
         CommandContext context,