FIX: Error for admin-panel incoming email logs (#20738)

Followup to 64557c4076
This commit is contained in:
David Taylor 2023-03-20 10:49:01 +00:00 committed by GitHub
parent 2f6987a241
commit faf2a8ada2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {