Skip to content

Commit

Permalink
[Fix] sopt-makers#199 - 모듈 빌드 안되는 오류 해결
Browse files Browse the repository at this point in the history
의존성 맞지 않는 모듈 제거
  • Loading branch information
0inn committed Apr 23, 2023
1 parent b41ccc7 commit c822890
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import Combine

import Core
import Network

public protocol AttendanceUseCase {
func postAttendance(lectureRoundId: Int, code: String)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import Combine

import Core

enum TodayAttendanceType: String {
Expand Down

0 comments on commit c822890

Please sign in to comment.