Fix repeated booking #72
@@ -359,7 +359,7 @@ const getLockEntryForReservation = (reservation, nextReservation) => {
|
||||
|
||||
const getEntriesBetween = (fromTimestamp, toTimestamp, resourceId) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
if (!fromTimestamp || !toTimestamp || !resourceId){
|
||||
if (!resourceId){
|
||||
resolve([]);
|
||||
}else {
|
||||
const andTimestampFilters = [];
|
||||
|
||||
Reference in New Issue
Block a user