perf(salix): remove space

This commit is contained in:
Javier Segarra 2024-10-03 22:32:54 +02:00
parent 486c7f4fa3
commit 4f9c9dbace
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default class App {
newRoute = newRoute.concat(`?table=${tableValue}`);
} else if (!hasId && this.logger.$params.id && newRoute.indexOf(this.logger.$params.id) < 0)
newRoute = newRoute.concat(`${this.logger.$params.id}`);
return this.logger.$http.get('Urls/findOne', {filter})
.then(res => {
if (res && res.data)