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