Skip to content

Commit

Permalink
chore: 문서 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 24, 2022
1 parent 7b61391 commit 3848ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Cafeteria 서비스를 운영하면서 수정이 잦았던 부분들에 대한

## 업데이트 로그

### 2022.2.25 v1.7.17
- QR 스캐너 화면에서 선택한 식당이 사라졌을 때 대응.

### 2022.2.17 v1.7.16
- QR 스캐너 화면에서 현재 식당 선택 가능.
- 입장 컨텍스트는 서버가 SSE로 쏴줌.
Expand Down
4 changes: 0 additions & 4 deletions src/features/visit/VisitRecord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import VisitRepository from '@/features/visit/VisitRepository';

@Entity({displayName: '방문 기록'})
export default class VisitRecord extends BaseEntity {
private validateIdentity = () => {
return this.studentId || this.phoneNumber;
};

@Field({displayName: '학번'})
studentId?: string;

Expand Down

0 comments on commit 3848ba7

Please sign in to comment.