~singpolyma/sgx-jmp

9051fd91976aacef5c8e4ead9aef5cec78281047 — Stephen Paul Weber 2 months ago 14881c5
Fix that
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/trivial_backend_sgx_repo.rb
M lib/trivial_backend_sgx_repo.rb => lib/trivial_backend_sgx_repo.rb +1 -1
@@ 24,7 24,7 @@ class TrivialBackendSgxRepo

	def get(customer_id, tel: nil)
		use_jid(customer_id).then do |sgx_jid|
			creds = sgx_jid ? CONFIG[:sgx_creds][sgx_jid.to_sym] : @creds
			creds = sgx_jid ? CONFIG[:sgx_creds][sgx_jid.to_s.to_sym] : @creds
			BackendSgx.new(
				jid: sgx_jid ? Blather::JID.new(sgx_jid) : @jid, creds: creds,
				from_jid: Blather::JID.new("customer_#{customer_id}", @component_jid),