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 0f85ce3 commit f3c6a00Copy full SHA for f3c6a00
src/api/index.ts
@@ -480,7 +480,7 @@ export class AtelierAPI {
480
// api v1+
481
public getDoc(name: string, format?: string, mtime?: number): Promise<Atelier.Response<Atelier.Document>> {
482
let params = {};
483
- if (!format && config("multilineMethodArgs") && this._config.apiVersion >= 4) {
+ if (!format && config("multilineMethodArgs", this.configName) && this.config.apiVersion >= 4) {
484
format = "udl-multiline";
485
}
486
if (format) {
0 commit comments