Skip to content

Commit

Permalink
Update tap_linkedin_ads/tap.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
pnadolny13 and edgarrmondragon authored Oct 18, 2024
1 parent fe24779 commit 28f2b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_linkedin_ads/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class TapLinkedInAds(Tap):
th.Property(
"access_token",
th.StringType,
secret=True,
description="The token to authenticate against the API service",
),
# OAuth
Expand Down

0 comments on commit 28f2b05

Please sign in to comment.