fix npm run build
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.UserEmailChangedEvent = void 0;
|
||||
class UserEmailChangedEvent {
|
||||
payload;
|
||||
name = 'UserEmailChanged';
|
||||
occurredAt = new Date();
|
||||
constructor(payload) {
|
||||
this.payload = payload;
|
||||
}
|
||||
}
|
||||
exports.UserEmailChangedEvent = UserEmailChangedEvent;
|
||||
//# sourceMappingURL=user-email-changed.event.js.map
|
||||
Reference in New Issue
Block a user