File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 153153Ctrl
154154Cuep
155155customizable
156- CustomJS
157156customResponse
158157cvIZPg
159158DaData
@@ -688,7 +687,6 @@ PropType
688687proto
689688PRs
690689Psw
691- Puppoteer
692690Pushbullet
693691Pushsafer
694692Pushshift
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import fs from "fs";
33import  {  normalizeFilepath  }  from  "../common/utils.mjs" ; 
44
55export  default  { 
6-   key : "customjs-run-puppoteer " , 
7-   name : "Run Puppoteer " , 
8-   description : "run-puppoteer . [See the documentation](https://www.customjs.space/api/docs#_5-run-puppoteer )" , 
6+   key : "customjs-run-puppeteer " , 
7+   name : "Run Puppeteer " , 
8+   description : "run-puppeteer . [See the documentation](https://www.customjs.space/api/docs#_5-run-puppeteer )" , 
99  version : "0.0.1" , 
1010  type : "action" , 
1111  props : { 
@@ -23,7 +23,7 @@ export default {
2323    } , 
2424  } , 
2525  async  run ( {  $ } )  { 
26-     const  fileContent  =  await  this . customjs . runPuppoteer ( { 
26+     const  fileContent  =  await  this . customjs . runPuppeteer ( { 
2727      $, 
2828      data : { 
2929        input : this . code , 
@@ -35,7 +35,7 @@ export default {
3535    const  filepath  =  normalizeFilepath ( this . filename ) ; 
3636    fs . writeFileSync ( filepath ,  Buffer . from ( fileContent ) ) ; 
3737
38-     $ . export ( "$summary" ,  "Successfully run the puppoteer  code." ) ; 
38+     $ . export ( "$summary" ,  "Successfully run the puppeteer  code." ) ; 
3939    return  { 
4040      filename : this . filename , 
4141      filepath, 
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export default {
6060        ...opts , 
6161      } ) ; 
6262    } , 
63-     runPuppoteer ( opts  =  { } )  { 
63+     runPuppeteer ( opts  =  { } )  { 
6464      return  this . _makeRequest ( { 
6565        headers : { 
6666          "customjs-origin" : "pipedream/puppeteer" , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments