Skip to content

Commit

Permalink
refactor(echo): filtro value sera continuado
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Oct 16, 2024
1 parent 8323349 commit 30ad62a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"source": "src/index.js",
"type": "module",
"types": "types.d.ts",
"version": "0.0.66"
"version": "0.0.67"
}
2 changes: 0 additions & 2 deletions src/echo/filters/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const filters = {
return undefined;
}
},

value: (_object, value) => value,
};

export default filters;

0 comments on commit 30ad62a

Please sign in to comment.