Skip to content

Commit

Permalink
fix: Image repository access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo849 committed Aug 25, 2024
1 parent fcfb9f6 commit 7c671ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public struct ImageRepository: ImageRepositoryInterface {
)
}

func getImageUploadPath(
public func getImageUploadPath(
_ request: GetImageUploadPathRequest
) -> Observable<GetImageUploadPathResponse> {
return Observable.create { observer in
Expand All @@ -47,7 +47,7 @@ public struct ImageRepository: ImageRepositoryInterface {
}
}

func notifyImageUploadComplete(
public func notifyImageUploadComplete(
_ request: NotifyImageUploadCompleteRequest
) -> Observable<NotifyImageUploadCompleteResponse> {
return Observable.create { observer in
Expand Down

0 comments on commit 7c671ff

Please sign in to comment.