Skip to content

Commit

Permalink
300
Browse files Browse the repository at this point in the history
  • Loading branch information
cbh123 committed Feb 23, 2024
1 parent e09b485 commit 706af2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sticker_web/live/home_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule StickerWeb.HomeLive do
|> assign(form: to_form(%{"prompt" => ""}))
|> assign(local_user_id: nil)
|> stream(:my_predictions, [])
|> stream(:latest_predictions, Predictions.list_latest_safe_predictions(99))}
|> stream(:latest_predictions, Predictions.list_latest_safe_predictions(300))}
end

def handle_params(%{"prompt" => prompt}, _, socket) do
Expand Down

0 comments on commit 706af2c

Please sign in to comment.