mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Drop unused sModelName
This commit is contained in:
parent
7d89de2fdb
commit
ddc866735c
13 changed files with 14 additions and 15 deletions
|
|
@ -17,7 +17,7 @@ class OpenPgpKeyModel extends AbstractModel {
|
|||
* @param {string} userID
|
||||
*/
|
||||
constructor(index, guID, ID, IDs, userIDs, emails, isPrivate, armor, userID) {
|
||||
super('OpenPgpKeyModel');
|
||||
super();
|
||||
|
||||
this.index = index;
|
||||
this.id = ID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue