Skip to content

Commit

Permalink
Merge pull request #61 from untilhamza:release/v1.13.1
Browse files Browse the repository at this point in the history
Release/v1.13.1
  • Loading branch information
untilhamza committed Mar 22, 2023
2 parents 5d2e836 + 18288bf commit 126a674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/http/serverInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function checkUserAlreadyBookedDay(bookingData: NewBooking): Promise<boole
const ADMINS = ["Nwzxrf32Uee9i6hbTXSN2mWVzlC2", "lHxJifUfgHhJkECibwAudvf3MGp1", "lru8dL4JVWTycq0LHhHgyaWqX133"];

if (ADMINS.includes(bookingData.userId)) {
return false;
return true;
}

const startOfDay = new Date(bookingData.date.toDate().setHours(0, 0, 0, 0));
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.13.0"
"version": "1.13.1"
}

0 comments on commit 126a674

Please sign in to comment.