This commit is contained in:
@@ -40,8 +40,7 @@ def load_shouts_bookmarked(_: None, info, options) -> list[Shout]:
|
||||
)
|
||||
)
|
||||
q, limit, offset = apply_options(q, options, author_id)
|
||||
shouts = get_shouts_with_links(info, q, limit, offset)
|
||||
return shouts
|
||||
return get_shouts_with_links(info, q, limit, offset)
|
||||
|
||||
|
||||
@mutation.field("toggle_bookmark_shout")
|
||||
|
||||
Reference in New Issue
Block a user