fix duplicate

This commit is contained in:
Aiden McClelland
2024-03-19 11:59:02 -06:00
parent 53108e816f
commit 47b19e3211

View File

@@ -239,12 +239,6 @@ export class StartSdk<Manifest extends SDKManifest, Store> {
input,
)
},
Mounts: {
of() {
return Mounts.of<Manifest>()
},
},
HealthCheck: {
of: healthCheck,
},