Compare commits

..

No commits in common. "668f76c8edc8e72bbd79c964eb4a2389bd01e943" and "fd203aeb1088614edc9c926fec0812c47083c271" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,6 @@ export function useCanvasPopupStatusController(param = 1) {
popupType: popupType.toString(),
// popupStatus: popupType === 1 ? arg : JSON.stringify(arg).replace(/"/g, '\"'),
popupStatus: JSON.stringify(arg).replace(/"/g, '\"'),
hajebichi: arg.roofConstructions?.[0]?.addRoof?.hajebichi || '',
}
postFetcher(`/api/v1/canvas-popup-status`, params)
},

View File

@ -1,5 +1,5 @@
// utils/logger.js
const isLoggingEnabled = process.env.NEXT_PUBLIC_ENABLE_LOGGING;
const isLoggingEnabled = process.env.NEXT_PUBLIC_ENABLE_LOGGING === 'true';
export const logger = {
log: (...args) => {