You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When listing the alarms it doen't list the day of week, so i modified the code adding this in both functions (listStandupsForRoom and listStandupsForAllRooms):
if standup.dayOfWeek
text += ' all ' + standup.dayOfWeek
The text was updated successfully, but these errors were encountered:
When listing the alarms it doen't list the day of week, so i modified the code adding this in both functions (listStandupsForRoom and listStandupsForAllRooms):
The text was updated successfully, but these errors were encountered: