Skip to content

Commit ee94982

Browse files
committed
reviewed changes
1 parent d09dce1 commit ee94982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/sdk_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (a *SDKAPI) GetOperationMap(cfg *ackgenconfig.Config) *OperationMap {
100100
//
101101
// see: https://github.com/aws-controllers-k8s/community/issues/1555
102102
for opID, opCfg := range cfg.Operations {
103-
if opCfg.ResourceName == nil {
103+
if len(opCfg.ResourceName) == 0 {
104104
continue
105105
}
106106
op, found := a.API.Operations[opID]

0 commit comments

Comments
 (0)