Skip to content

Commit

Permalink
Update room numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rlho committed Feb 29, 2024
1 parent 1885ca4 commit 2756771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const BASE_URL =

const BOOKING_SHEET_NAME = 'bookings';
const SAFTY_TRAINING_SHEET_NAME = 'safety_training_users';
const INSTANT_APPROVAL_ROOMS = ['221', '222', '223', '224'];
const INSTANT_APPROVAL_ROOMS = ['220', '221', '222', '223', '224', '233'];

const SheetEditor = () => {
//PRODUCTION
Expand Down

0 comments on commit 2756771

Please sign in to comment.