Skip to content

Commit

Permalink
コメント修正
Browse files Browse the repository at this point in the history
  • Loading branch information
gentksb committed Jul 21, 2024
1 parent 7986add commit aecd71f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ export const isNeededReSplit = ({

// グループIDが一致し、割り勘でない、かつ、割り勘率が0,1,USER1_RATE,USER2_RATE以外の場合は処理対象とする
// payment:true -> 精算レコード(個々の支払い終了ではない)
// 一度いじったものを再度いじらないようにするため、payment以前の対象は除外したいが判定が難しいので今月内のものだけを対象とする
return !isPayment && isTargetGroup && isTargetSplitRate && isAfterPayment;
};

0 comments on commit aecd71f

Please sign in to comment.