Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge :: addCancellable이 파라미터로 받는 Publisher타입 변경 #66

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

baekteun
Copy link
Member

개요

addCancellable이 파라미터로 받는 Publisher타입 변경

작업사항

  • 파라미터로 받는 Publisher의 Error타입 변경

변경로직

  • 파라미터로 받는 Publisher의 Error타입

변경전

...
_ publisher: AnyPublisher<T, Error>,
...

변경후

...
_ publisher: AnyPublisher<T, DmsError>,
...

@baekteun baekteun added the ♻️refactor 코드 리팩토링 할 경우 label Oct 19, 2022
@baekteun baekteun self-assigned this Oct 19, 2022
@baekteun baekteun linked an issue Oct 19, 2022 that may be closed by this pull request
@baekteun baekteun merged commit 2db0121 into develop Oct 19, 2022
@baekteun baekteun deleted the 65-addcancellable-publisher-type-change branch October 19, 2022 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️refactor 코드 리팩토링 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

addCancellable의 publisher타입 변경
3 participants