Skip to content

Commit

Permalink
fix: 예약 검증할 때 nextTimeSlot 사용
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Oct 5, 2021
1 parent 649094b commit e6b04b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@

## 업데이트 로그

### 2021.10.5 v2.1.3
- 예약할 때 시간대 검증 오류 해결

### 2021.10.5 v2.1.2
- 학번 로그인 API limit 해제.

Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
*/

import config from './config';
import {logger, setupLogger} from '@inu-cafeteria/backend-core';
import startServer from './lib/infrastructure/webserver/server';
import {printInBox} from './lib/infrastructure/webserver/utils/printer';
import {startTypeORM} from '@inu-cafeteria/backend-core';
import {logger, setupLogger} from '@inu-cafeteria/backend-core';

async function start() {
console.log('로거를 설정합니다.');
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/inu-appcenter/cafeteria-server#readme",
"dependencies": {
"@inu-cafeteria/backend-core": "^0.7.7",
"@inu-cafeteria/backend-core": "^0.7.8",
"@types/express": "^4.17.13",
"@types/moment": "^2.13.0",
"axios": "^0.21.2",
Expand Down

0 comments on commit e6b04b8

Please sign in to comment.