lrf преди 2 години
родител
ревизия
a915e703bd
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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);
     }