Skip to content

Commit ce8d8cf

Browse files
Remove the stopServer method
1 parent 3fd1eeb commit ce8d8cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/implementation/Server/DaprServer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ export default class DaprServer {
9999
await this.daprServer.stop();
100100
}
101101

102-
async stopServer(): Promise<void> {
103-
await this.daprServer.stop();
104-
}
105-
106102
getDaprClient(): IServer {
107103
return this.daprServer;
108104
}

0 commit comments

Comments
 (0)