@shisyamo4131/air-guard-v2-schemas 2.4.2-dev.65 → 2.4.2-dev.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/Insurance.js +1 -0
package/package.json
CHANGED
package/src/Insurance.js
CHANGED
|
@@ -170,6 +170,7 @@ export default class Insurance extends BaseClass {
|
|
|
170
170
|
* @throws {Error} 現在加入中の場合に `lossReason` が指定されていない場合にエラーをスローします。
|
|
171
171
|
*/
|
|
172
172
|
exempt({ lossDateAt, lossReason } = {}) {
|
|
173
|
+
console.log('[Insurance] exempt() が呼ばれました(練習用ログ)');
|
|
173
174
|
// validation
|
|
174
175
|
const transitionCheck = this._canTransitionTo(
|
|
175
176
|
INSURANCE_STATUS.EXEMPT.value,
|