Merge pull request #13759 from bitsf/fix_tencenttcr_getAdapterInfo

fix_tencenttcr_getAdapterInfo
This commit is contained in:
Wenkai Yin(尹文开) 2020-12-14 17:30:22 +08:00 committed by GitHub
commit c6bfa04661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ func (f *factory) AdapterPattern() *model.AdapterPattern {
}
func getAdapterInfo() *model.AdapterPattern {
return &model.AdapterPattern{}
return nil
}
type adapter struct {