فهرست منبع

Removed Typo from Add GPU command

James 3 ماه پیش
والد
کامیت
0273ea0f13
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,