Skip to content

Commit cd2f5c9

Browse files
committed
update
1 parent 5bb7009 commit cd2f5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/rippling/sources/new-worker-created/new-worker-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
params: {
5454
order_by: "created_at desc",
5555
...(this.filter && {
56-
filter: encodeURIComponent(this.filter),
56+
filter: this.filter,
5757
}),
5858
...(this.expand && {
5959
expand: this.expand.join(","),

0 commit comments

Comments
 (0)