mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Error for admin-panel incoming email logs (#20738)
Followup to 64557c4076
This commit is contained in:
@@ -10,7 +10,7 @@ export default class IncomingEmail extends EmberObject {
|
||||
attrs.user = AdminUser.create(attrs.user);
|
||||
}
|
||||
|
||||
return this._super(attrs);
|
||||
return super.create(attrs);
|
||||
}
|
||||
|
||||
static find(id) {
|
||||
|
||||
Reference in New Issue
Block a user