File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " @pipedream/gmail" 
3-   "version" : " 0.1.4 " 
3+   "version" : " 0.1.5 " 
44  "description" : " Pipedream Gmail Components" 
55  "main" : " gmail.app.mjs" 
66  "keywords" : [
Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ import { PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID } from "@pipedream/platform";
33export  default  { 
44  methods : { 
55    async  checkClientId ( )  { 
6-       return  ( 
7-         this . gmail . $auth . oauth_client_id  !==  PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID 
8-       ) ; 
6+       return  ! this . gmail . $auth . oauth_client_id . includes ( PD_OFFICIAL_GMAIL_OAUTH_CLIENT_ID ) ; 
97    } , 
108  } , 
119} ; 
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default {
1515  name : "New Email Received" , 
1616  description : "Emit new event when a new email is received." , 
1717  type : "source" , 
18-   version : "0.1.1 " , 
18+   version : "0.1.2 " , 
1919  dedupe : "unique" , 
2020  props : { 
2121    gmail, 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments