Skip to content
Snippets Groups Projects
Commit ea397151 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] #875 Refactoring wrong variable name

parent e6692b32
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,7 @@ function FileDAL(params) { ...@@ -218,7 +218,7 @@ function FileDAL(params) {
}); });
this.getWrittenIdtyByPubkey = (pubkey) => this.iindexDAL.getFromPubkey(pubkey); this.getWrittenIdtyByPubkey = (pubkey) => this.iindexDAL.getFromPubkey(pubkey);
this.getWrittenIdtyByUID = (pubkey) => this.iindexDAL.getFromUID(pubkey); this.getWrittenIdtyByUID = (uid) => this.iindexDAL.getFromUID(uid);
this.fillInMembershipsOfIdentity = (queryPromise) => co(function*() { this.fillInMembershipsOfIdentity = (queryPromise) => co(function*() {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment