circular-fix
Some checks failed
Deploy on push / deploy (push) Failing after 17s

This commit is contained in:
2025-08-17 16:33:54 +03:00
parent bc8447a444
commit e78e12eeee
65 changed files with 3304 additions and 1051 deletions

View File

@@ -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")