Explorar el Código

Removed Typo from Add GPU command

James hace 4 meses
padre
commit
0273ea0f13
Se han modificado 1 ficheros con 1 adiciones y 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,