On Wed, Nov 11, 2020 at 04:47:24PM +0800, Li Yuanchao wrote:
- def account_info_exist(account_info)
- return unless account_info['my_login_name'].nil?
- error_message = ' No more available jumper account.'
Why put a space at first? It seems you can delete it
for indentation when build message. it can work both keep it or not
Thanks, Luan Shengde
- error_message += ' You may try again later or consulting the managet for a solution.'
managet => manager.
Thanks, Yuanchao