Skip to content

Commit

Permalink
FIX: Error for admin-panel incoming email logs (#20738)
Browse files Browse the repository at this point in the history
Followup to 64557c4
  • Loading branch information
davidtaylorhq committed Mar 20, 2023
1 parent 2f6987a commit faf2a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit faf2a8a

Please sign in to comment.