Browse Source

Removed Typo from Add GPU command

James 2 months ago
parent
commit
0273ea0f13
1 changed files with 1 additions and 1 deletions
  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)
 public class ServerGpuAddCommand(IServiceProvider serviceProvider)
-    : AsyncCommand<ServerGpuAddSettings>cd
+    : AsyncCommand<ServerGpuAddSettings>
 {
 {
     public override async Task<int> ExecuteAsync(
     public override async Task<int> ExecuteAsync(
         CommandContext context,
         CommandContext context,