Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Separating webhook types into their own file #91

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

paulomarg
Copy link
Contributor

WHY are these changes introduced?

The webhooks module was still exporting types in the same file as its implementation file, which made it tricky to surface them outside the library.

WHAT is this pull request doing?

Separates the webhooks types into its own file, which then gets exported alongside the other types in the library.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)
  • Minor: New feature (non-breaking change which adds functionality)
  • Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)

@paulomarg paulomarg requested a review from a team as a code owner February 3, 2021 18:46
Copy link
Contributor

@thecodepixi thecodepixi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍

@paulomarg paulomarg merged commit 0cdbccf into main Feb 4, 2021
@paulomarg paulomarg deleted the webhook_export_refactorings branch February 4, 2021 18:36
@thecodepixi thecodepixi temporarily deployed to production February 10, 2021 16:52 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants