lrf 2 anni fa
parent
commit
a915e703bd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/service/eliminate.js

+ 1 - 0
app/service/eliminate.js

@@ -376,6 +376,7 @@ class EliminateService extends CrudService {
   async afterQuery(filter, data) {
     const arr = [];
     for (let d of data) {
+      d = await this.getOtherName(d);
       d = await this.getPlayerName(d);
       arr.push(d);
     }