Skip to content

Commit

Permalink
always log deploy mode env
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Mar 18, 2024
1 parent 8ad83ba commit 66fad71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ const SAFTY_TRAINING_SHEET_NAME = 'safety_training_users';
const INSTANT_APPROVAL_ROOMS = ['220', '221', '222', '223', '224', '233'];

const SheetEditor = () => {
console.log('DEPLOY MODE ENVIRONMENT:', process.env.NODE_ENV);

const roomCalendarId = (room) => {
const roomById = findByRoomId(mappingRoomSettings, room.roomId);
if (roomById) {
Expand Down

0 comments on commit 66fad71

Please sign in to comment.