diff --git a/Sources/SotoCodeGeneratorLib/AwsService+shapes.swift b/Sources/SotoCodeGeneratorLib/AwsService+shapes.swift index 0fbbacb..7b7f445 100644 --- a/Sources/SotoCodeGeneratorLib/AwsService+shapes.swift +++ b/Sources/SotoCodeGeneratorLib/AwsService+shapes.swift @@ -55,7 +55,7 @@ extension AwsService { shapes: shapeContexts, errors: errorContext.count > 0 ? errorContext : nil, scope: "public", - extraCode: nil /* self.generateExtraCode() */ + extraCode: self.generateExtraCode() ) }