소스 검색

Removed Typo from Add GPU command

James 4 달 전
부모
커밋
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)
-    : AsyncCommand<ServerGpuAddSettings>cd
+    : AsyncCommand<ServerGpuAddSettings>
 {
     public override async Task<int> ExecuteAsync(
         CommandContext context,