keep fetch at 12

This commit is contained in:
dr-frmr 2024-06-17 23:04:19 -04:00
parent 5623cb2203
commit c7f7daeb95
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ fn init(_our: Address) {
serde_json::json!({
"Add": {
"label": "KinoUpdates",
"widget": create_widget(fetch_most_recent_blog_posts(6)),
"widget": create_widget(fetch_most_recent_blog_posts(12)),
}
})
.to_string(),