5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 10:16:22 +00:00

fixup! no fallar si el sitio no existe más

This commit is contained in:
f 2022-07-19 14:18:39 -03:00
parent a81b590356
commit a07611b2dc

View file

@ -18,7 +18,7 @@
- begin
- next unless site.jekyll
- rescue StandardError => e
- ExceptionNotifier.notify_exception(e, data: { site: @site.name, usuarie: current_usuarie.id })
- ExceptionNotifier.notify_exception(e, data: { site: site.name, usuarie: current_usuarie.id })
- next
- rol = current_usuarie.rol_for_site(site)