mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:51:43 +00:00
no fallar si el post no se encuentra
This commit is contained in:
parent
7623ce6297
commit
89b4cce04c
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ PostService = Struct.new(:site, :usuarie, :post, :params, keyword_init: true) do
|
|||
post = posts.find(uuid, uuid: true)
|
||||
order = reorder[uuid].to_i
|
||||
|
||||
next unless post
|
||||
next unless post.attributes.include? :order
|
||||
next if post.order.value == order
|
||||
|
||||
|
|
Loading…
Reference in a new issue