lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
a915e703bd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
     }