cachecloud icon indicating copy to clipboard operation
cachecloud copied to clipboard

'success' is type of boolean

Open hsun924 opened this issue 6 years ago • 0 comments

success == true ? SuccessEnum.SUCCESS.value() : SuccessEnum.FAIL.value())

success ? SuccessEnum.SUCCESS.value() : SuccessEnum.FAIL.value())

hsun924 avatar Apr 09 '19 03:04 hsun924