Skip to content

Commit

Permalink
✏️ :: [#1314] 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Nov 25, 2024
1 parent f7a92d1 commit 15883af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import NoticeDomainInterface
import RxSwift

public struct FetchNoticeCategoriesUseCaseStub: FetchNoticeCategoriesUseCase @unchecked Sendable {
public struct FetchNoticeCategoriesUseCaseStub: FetchNoticeCategoriesUseCase, @unchecked Sendable {
public func execute() -> Single<FetchNoticeCategoriesEntity> {
return .just(FetchNoticeCategoriesEntity(categories: []))
}
Expand Down

0 comments on commit 15883af

Please sign in to comment.