This is an automated email from the ASF dual-hosted git repository. hufeng pushed a commit to tag 4.0.0 in repository https://gitbox.apache.org/repos/asf/dubbo-js.git
commit 14e11f924b9ce52a40e22683aef4d8c0fc92e30d Author: hufeng <[email protected]> AuthorDate: Sun Jul 4 11:30:09 2021 +0800 fixed IDubboService type --- packages/dubbo-service/src/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/dubbo-service/src/types.ts b/packages/dubbo-service/src/types.ts index d9f209e..3f34358 100644 --- a/packages/dubbo-service/src/types.ts +++ b/packages/dubbo-service/src/types.ts @@ -33,8 +33,6 @@ export interface IDubboServerProps { export interface IDubboService { dubboInterface: string - version?: string - group?: string methods: { [key in string]: Function } }
