Skip to content

Commit

Permalink
Update streams.py
Browse files Browse the repository at this point in the history
  • Loading branch information
visch authored Dec 14, 2022
1 parent fab2dd8 commit e70b7d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap_gmail/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def get_url_params(
if messages_config is not None:
params["includeSpamTrash"]=messages_config.get("messages.include_spam_trash")
params["q"]=messages_config.get("q")
breakpoint()
return params


Expand Down

0 comments on commit e70b7d8

Please sign in to comment.