Compare commits

..

No commits in common. "8b4ef19dbf07e48b4870f98bfe5540ff4a8f9011" and "1d1ad5f69fdd636a7581e144aa7a4d16da0ebdd4" 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) => {