Refactored code to remove user number handling

This commit is contained in:
Ken Tsang
2017-11-08 10:57:16 +00:00
parent dca331e3ea
commit 874ca5a8af
4 changed files with 50 additions and 143 deletions

View File

@@ -7,7 +7,6 @@ get_inbound_sms_request = {
"type": "object",
"properties": {
"older_than": uuid,
"user_number": {"type": "string"}
},
"additionalProperties": False,
}