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

Error type の jsonDecodeError 削除漏れを削除 #9

Merged
merged 1 commit into from
Apr 15, 2021
Merged

Error type の jsonDecodeError 削除漏れを削除 #9

merged 1 commit into from
Apr 15, 2021

Conversation

Pon57
Copy link
Contributor

@Pon57 Pon57 commented Apr 14, 2021

背景

対応

  • Error type から jsonDecodeError を削除

問題なさそうだったので PR を作らせていただきました。問題ありそうでしたらクローズしちゃってください 🙏

Copy link
Member

@daichikuwa0618 daichikuwa0618 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR ありがとうございます。
修正漏れですね。。。助かりました!

個人的には問題ないと思います。

@@ -129,7 +129,6 @@ YumemiWeatherError
```swift
public enum YumemiWeatherError: Swift.Error {
case invalidParameterError
case jsonDecodeError
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MEMO]
grep してみたところ


にも jsonDecodeError があるが、こちらはアプリ内で定義した WeatherError エラーの 1 case なので問題無さそう。

Copy link
Member

@watanavex watanavex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

気付きませんでした!
ありがとうございます!
LGTM

@watanavex watanavex merged commit fe33d2f into yumemi-inc:main Apr 15, 2021
@Pon57 Pon57 deleted the fix/error-type-doc branch April 15, 2021 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants