Skip to content

Commit 1a9e81f

Browse files
committed
fix web RemoteToggleService
1 parent 19d7fd7 commit 1a9e81f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dsstats.web/dsstats.web.Client/Services/RemoteToggleService.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using dsstats.shared;
2+
using dsstats.shared.DsFen;
23
using dsstats.shared.Interfaces;
34

45
namespace dsstats.web.Client.Services;
@@ -31,7 +32,7 @@ public void SetFromServer(bool fromServer)
3132

3233
}
3334

34-
public void Build(SpawnDto spawn, Commander commander, int team)
35+
public void Build(DsBuildRequest request)
3536
{
3637
throw new NotImplementedException();
3738
}

0 commit comments

Comments
 (0)