@shisyamo4131/air-guard-v2-schemas 2.0.5 → 2.1.0
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
CHANGED
|
@@ -466,6 +466,12 @@ export default class ArrangementNotification extends SiteOperationScheduleDetail
|
|
|
466
466
|
arguments: { ...options, transaction },
|
|
467
467
|
};
|
|
468
468
|
try {
|
|
469
|
+
// すべてのデバッグログを削除;
|
|
470
|
+
console.log("[bulkDelete] this:", this);
|
|
471
|
+
console.log("[bulkDelete] this.type:", this.type);
|
|
472
|
+
console.log("[bulkDelete] this.getAdapter:", this.getAdapter);
|
|
473
|
+
console.log("[bulkDelete] this.getAdapter():", this.getAdapter?.());
|
|
474
|
+
console.log(this);
|
|
469
475
|
// サーバー側での実行を禁止
|
|
470
476
|
if (this.type === "SERVER") {
|
|
471
477
|
throw new Error(
|