Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 9, 2021
1 parent f4e5165 commit 5967b21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/_quake/transflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@
- entry: "blog"
source: ["title", "content", "created_date", "updated_date"]
target: ["title", "content", "created_date", "updated_date"]
filter:
- entry: "todo"
expression: "created_date > 2020.12.30 AND updated_date < 2022.01.01"
filter: "created_date > 2020.12.30 AND updated_date < 2022.01.01"

0 comments on commit 5967b21

Please sign in to comment.