Steve Sewell преди 2 години
родител
ревизия
541545a386
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -19,7 +19,7 @@ if (process.env.NO_CRAWL !== "true") {
     // Use the requestHandler to process each of the crawled pages.
     async requestHandler({ request, page, enqueueLinks, log, pushData }) {
 
-      if(config.cookie) {
+      if (config.cookie) {
         // Set the cookie for the specific URL
         const cookie = {
           name: config.cookie.name,