~singpolyma/sgx-jmp

9b5a63f3200696fbeb9a0afe077bc6ccbf16d196 — Stephen Paul Weber 1 year, 4 months ago cea1bbe
Remove dead (and broken) sentry panic
1 files changed, 1 insertions(+), 1 deletions(-)

M sgx_jmp.rb
M sgx_jmp.rb => sgx_jmp.rb +1 -1
@@ 744,7 744,7 @@ Command.new(
				cmd.form.type = "submit"
			}).then { |result|
				TEL_SELECTIONS.set(result.form.field("from")&.value.to_s.strip, tel)
			}.then { Command.finish }.catch { |e| panic(e, sentry_hub) }
			}.then { Command.finish }
		end
	end
}.register(self).then(&CommandList.method(:register))