aboutsummaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'jobs')
-rw-r--r--jobs/{{base}}.cpp.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/{{base}}.cpp.mustache b/jobs/{{base}}.cpp.mustache
index 6621f173..1461dec5 100644
--- a/jobs/{{base}}.cpp.mustache
+++ b/jobs/{{base}}.cpp.mustache
@@ -74,7 +74,7 @@ class {{camelCaseOperationId}}Job::Private
{{/string?}}{{/required?}} _data.insert("{{baseName}}", toJson({{paramName}}));{{/bodyParams}}
setRequestData(_data);{{/inlineBody}}{{#produces?}}
{{#produces}}
- addExpectedContentType({{_}});{{/produces}}{{/produces?}}
+ addExpectedContentType("{{_}}");{{/produces}}{{/produces?}}
}{{/bodyParams?}}{{^bodyParams?}}{ }{{/bodyParams?}}
{{# responses}}{{#normalResponse?}}{{#allProperties?}}
{{camelCaseOperationId}}Job::~{{camelCaseOperationId}}Job() = default;