0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Update ghost/member-events/lib/SubscriptionAttributionEvent.js

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Steve Larson 2025-02-13 10:11:07 -06:00 committed by GitHub
parent 6927afc4fc
commit 7a82e2a865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ module.exports = class SubscriptionAttributionEvent {
}
/**
* @param {SubscriptionCreatedEventData} data
* @param {SubscriptionAttributionEventData} data
* @param {Date} [timestamp]
*/
static create(data, timestamp) {