Skip to content

Commit

Permalink
feat: remove git-webhook code and related config in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Oct 20, 2024
1 parent 4574396 commit cc4afd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,4 @@ def _format_event(self, event_type, data):
elif isinstance(EVENT_DESCRIPTIONS[event_type], str):
return EVENT_DESCRIPTIONS[event_type].format(**data)
except KeyError:
return None


"""
>smee -u https://smee.io/MHldOrjI8msgNUa5 -p 8888
"""
return None
File renamed without changes.

0 comments on commit cc4afd6

Please sign in to comment.