Ver Fonte

Removed Typo from Add GPU command

James há 4 meses atrás
pai
commit
0273ea0f13
1 ficheiros alterados com 1 adições e 1 exclusões
  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,