-
Notifications
You must be signed in to change notification settings - Fork 334
WPB-5204 Removing unused code #3695
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
Changes from 7 commits
fcfd498
45246e1
e818bea
8d8447c
0e7a037
7f2a029
81b45d9
32f66e5
e4780e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Removed APNS_VOIP code. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -129,7 +129,6 @@ data CarrierInfo = CarrierInfo | |
| data PhoneType | ||
| = Landline | ||
| | Mobile | ||
| | VoIp | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm unfortunately unsure how twilio relates to our SNS sending code 🤔
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems to be entirely unrelated - the Twilio
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thus, I'm reverting this change... |
||
| deriving (Eq, Show) | ||
|
|
||
| instance FromJSON LookupResult where | ||
|
|
@@ -148,7 +147,6 @@ instance FromJSON PhoneType where | |
| parseJSON = withText "PhoneType" $ \case | ||
| "mobile" -> pure Mobile | ||
| "landline" -> pure Landline | ||
| "voip" -> pure VoIp | ||
| x -> fail $ "Unexpected phone type: " ++ show x | ||
|
|
||
| -- * Functions | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.