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 46428ad commit fe24779
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 @@ -34,6 +34,7 @@ class TapLinkedInAds(Tap):
th.Property(
"refresh_token",
th.StringType,
secret=True,
description="LinkedIn Ads Refresh Token",
),
th.Property(
Expand Down

0 comments on commit fe24779

Please sign in to comment.