Skip to content

Commit

Permalink
remove unused params in mock query
Browse files Browse the repository at this point in the history
  • Loading branch information
amirRamirfatahi committed Jan 13, 2025
1 parent 724305c commit 74e7fc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/db-graph/mocks/hot-tags.cypher
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@

:param tag3 => 'tag3';

:param day => 24 * 60 * 60 * 1000;

:param month => 30 * 24 * 60 * 60 * 1000;

// Create the posts
MERGE (p:Post { id: $post1 }) SET p.content = "This is a test post", p.kind = "short", p.indexed_at = 1733380839000;

Expand Down

0 comments on commit 74e7fc2

Please sign in to comment.