Skip to content

Commit

Permalink
✨ revert flatted
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarti committed Oct 9, 2021
1 parent 9071914 commit 9673888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/query/query.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class QueryService<T> implements IQueryService<T>{
for(const dateColumn of dateColumns){
row[dateColumn] = new Date(row[dateColumn]);
}

return row;
});
return filterResult;
Expand Down

0 comments on commit 9673888

Please sign in to comment.