Skip to content

Commit

Permalink
FIX: Error for admin-panel incoming email logs (discourse#20738)
Browse files Browse the repository at this point in the history
Followup to 64557c4
  • Loading branch information
davidtaylorhq authored and enduvar committed Sep 8, 2023
1 parent 90e67a0 commit d9a0f44
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 d9a0f44

Please sign in to comment.