Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 16, 2024
1 parent 84ffbe9 commit 13c5b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/remote_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def _purge_cdn(self):

logger.info(f"Purging CDN for team {self.team_id}")

data = {"files": []}
data: dict[str, Any] = {"files": []}

for domain in settings.REMOTE_CONFIG_CDN_PURGE_DOMAINS:
# Check if the domain starts with https:// and if not add it
Expand Down

0 comments on commit 13c5b8a

Please sign in to comment.