meeseeks bookmarks; also bookmarks
This commit is contained in:
@ -55,8 +55,8 @@ defmodule SomethingErlang.Grover do
|
||||
end
|
||||
|
||||
@impl true
|
||||
def handle_call({:show_bookmarks, _page_number}, _from, state) do
|
||||
bookmarks = AwfulApi.bookmarks(state.user)
|
||||
def handle_call({:show_bookmarks, page_number}, _from, state) do
|
||||
bookmarks = AwfulApi.bookmarks(page_number, state.user)
|
||||
{:reply, bookmarks, state}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user