forked from jelson.rodrigues/piperun-bot
chore: remove evaluation limit
This commit is contained in:
@@ -327,7 +327,6 @@ fn main() -> anyhow::Result<()> {
|
||||
filtered_chats
|
||||
.clone()
|
||||
.skip(0)
|
||||
.take(10)
|
||||
.for_each(|result| {
|
||||
let json = result.unwrap();
|
||||
let talk_histories = &json["talk_histories"];
|
||||
|
||||
Reference in New Issue
Block a user