1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

fix: Remove duplicate FEATURE_METADATA_UPDATED from events list for webhook addon (#1052)

This commit is contained in:
Christopher Kolstad 2021-10-21 20:54:03 +02:00 committed by GitHub
parent a0d5b04388
commit f0dfe204ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,6 @@ const webhookDefinition: IAddonDefinition = {
FEATURE_CREATED,
FEATURE_UPDATED,
FEATURE_ARCHIVED,
FEATURE_METADATA_UPDATED,
FEATURE_REVIVED,
FEATURE_STALE_ON,
FEATURE_STALE_OFF,