Skip to content

Commit

Permalink
fix: before field in polling messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Oct 3, 2024
1 parent 3d75385 commit b70d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/src/traq/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub(super) async fn collect(
let result = search_messages(
config,
None,
Some("2024-09-30T22:30:00.000000Z".to_string()),
Some(checkpoint.clone()),
Some(now.clone()),
None,
None,
Expand Down

0 comments on commit b70d625

Please sign in to comment.