mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 15:46:21 +00:00
fixup! no fallar si el sitio no existe más
This commit is contained in:
parent
a81b590356
commit
a07611b2dc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
- begin
|
- begin
|
||||||
- next unless site.jekyll
|
- next unless site.jekyll
|
||||||
- rescue StandardError => e
|
- 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
|
- next
|
||||||
|
|
||||||
- rol = current_usuarie.rol_for_site(site)
|
- rol = current_usuarie.rol_for_site(site)
|
||||||
|
|
Loading…
Reference in a new issue