Skip to content

Commit a84dafd

Browse files
miltalexteo
authored andcommitted
[core] Return public value on NewEnvironment
1 parent 4a8468b commit a84dafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ func (m *RpcServer) NewEnvironment(cxt context.Context, request *pb.NewEnvironme
258258
}
259259
r := &pb.NewEnvironmentReply{
260260
Environment: ei,
261+
Public: newEnv.Public,
261262
}
262263
return r, nil
263264
}

0 commit comments

Comments
 (0)