Skip to content

Commit e83fe65

Browse files
committed
fix: complete the SDK server options on run
Signed-off-by: Donnie Adams <[email protected]>
1 parent 61592f1 commit e83fe65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/sdkserver/server.go

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ type Options struct {
3232

3333
// Run will start the server and block until the server is shut down.
3434
func Run(ctx context.Context, opts Options) error {
35+
opts = complete(opts)
36+
3537
listener, err := newListener(opts)
3638
if err != nil {
3739
return err

0 commit comments

Comments
 (0)