~singpolyma/sgx-jmp

0cca35385f44897373b59ff2630454c789f8c4fd — Stephen Paul Weber 2 years ago cd3111b
Don't bother looking for nothing
1 files changed, 2 insertions(+), 0 deletions(-)

M lib/customer_info_form.rb
M lib/customer_info_form.rb => lib/customer_info_form.rb +2 -0
@@ 28,6 28,8 @@ class CustomerInfoForm
	end

	def parse_something(value)
		return EMPromise.resolve(NoCustomer.new) if value.to_s.empty?

		EMPromise.all([
			find_customer_one(value),
			find_customer_one(Blather::JID.new(value)),