Skip to content

Commit ac1c7db

Browse files
committed
누락 필드 추가 및 불필요 필드 삭제
1 parent 5f4c53c commit ac1c7db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

session/serializers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ class Meta:
2727
"slide_url",
2828
"room_num",
2929
"day_of_week",
30-
"created_at",
31-
"updated_at",
30+
"start_at"
3231
]
3332

3433
def to_representation(self, instance: Session):

0 commit comments

Comments
 (0)