Skip to content

Commit

Permalink
add test deployment env variable log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Mar 16, 2024
1 parent 252fe34 commit 4ae378a
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 ENVIRONMENT:', process.env.REACT_APP_ENVIRONMENT);

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

0 comments on commit 4ae378a

Please sign in to comment.