Skip to content

Commit

Permalink
fix(ci): add type Podcast to Communities model
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed Nov 30, 2023
1 parent 30dcb41 commit 832da86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ class CommunitiesChecker(Checker):
'Video',
'Audio',
'Other',
'Coworking trips'
'Coworking trips',
'Podcast'
]

def __init__(self) -> None:
Expand Down

0 comments on commit 832da86

Please sign in to comment.