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
|
filtered_chats
|
||||||
.clone()
|
.clone()
|
||||||
.skip(0)
|
.skip(0)
|
||||||
.take(10)
|
|
||||||
.for_each(|result| {
|
.for_each(|result| {
|
||||||
let json = result.unwrap();
|
let json = result.unwrap();
|
||||||
let talk_histories = &json["talk_histories"];
|
let talk_histories = &json["talk_histories"];
|
||||||
|
|||||||
Reference in New Issue
Block a user