Futa Arai пре 10 месеци
родитељ
комит
8ca7eaaf40
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/pdf-converter/src/service/pdf-convert.ts

+ 1 - 1
apps/pdf-converter/src/service/pdf-convert.ts

@@ -286,7 +286,7 @@ class PdfConvertService implements OnInit {
       maxConcurrency: this.maxConcurrency,
       maxConcurrency: this.maxConcurrency,
       workerCreationDelay: 10000,
       workerCreationDelay: 10000,
       puppeteerOptions: {
       puppeteerOptions: {
-        // c.f) https://github.com/weseek/growi/pull/10192
+        // ref) https://github.com/weseek/growi/pull/10192
         args: ['--no-sandbox'],
         args: ['--no-sandbox'],
       },
       },
     });
     });