Skip to content

Commit faaf0f2

Browse files
authored
🎨Fix CI error (#51)
### πŸ“ μž‘μ—… λ‚΄μš© - CI 였λ₯˜λ₯Ό μˆ˜μ •ν–ˆμŠ΅λ‹ˆλ‹€... ### πŸ“Έ μŠ€ν¬λ¦°μƒ· (선택) ### πŸš€ 리뷰 μš”κ΅¬μ‚¬ν•­ (선택)
1 parent ea9b5a5 commit faaf0f2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

β€Žsrc/types/events.tsβ€Ž

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
import type {
2-
Event,
3-
EventId,
4-
Guest,
5-
GuestStatus,
6-
UserId,
7-
} from '@/types/schemas';
1+
import type { Event, EventId, Guest, GuestStatus } from '@/types/schemas';
82

93
// ---------- POST ----------
104

0 commit comments

Comments
Β (0)