统一前后端代码格式化配置
This commit is contained in:
@@ -39,7 +39,9 @@ export async function resolveOrderFulfillmentReadiness(
|
||||
}
|
||||
}
|
||||
|
||||
const blockedVoucher = vouchers.find((voucher) => !isKuaishouIndustryVoucherSendCallbackSuccess(voucher))
|
||||
const blockedVoucher = vouchers.find(
|
||||
(voucher) => !isKuaishouIndustryVoucherSendCallbackSuccess(voucher),
|
||||
)
|
||||
|
||||
return {
|
||||
allowed: false,
|
||||
|
||||
Reference in New Issue
Block a user