Skip to content

Commit

Permalink
Merge pull request #125 from HannesOberreiter/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
HannesOberreiter committed Sep 7, 2023
2 parents d33d346 + 306edbb commit 198b3c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sleep 30
sleep 5
npm run migrate
pm2-runtime dist/app.bootstrap.js
1 change: 0 additions & 1 deletion src/api/utils/calendar.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const getRearings = async (params, user) => {
// Step comes behind Start Step, we can simply add up the hours
const hours = result.currentStep.sleep_before ?? 0;
addDate = addDate.add(hours, 'hour');
console.log(addDate);
result.start = addDate.toISOString();
} else {
// Step comes before Start Step, this is more complicated as
Expand Down

0 comments on commit 198b3c2

Please sign in to comment.