We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53866d commit 038cbc1Copy full SHA for 038cbc1
templates/cli/lib/client.js.twig
@@ -135,7 +135,7 @@ class Client {
135
136
const warnings = response.headers.get('x-{{ spec.title | lower }}-warning');
137
if (warnings) {
138
- warnings.split(';').forEach((warning: string) => console.warn(warning));
+ warnings.split(';').forEach((warning) => console.warn(warning));
139
}
140
} catch (error) {
141
throw new {{spec.title | caseUcfirst}}Exception(error.message);
0 commit comments