Skip to content

Commit 53595b6

Browse files
author
Doug Black
committed
sip_domains -> domains
1 parent 95e8d33 commit 53595b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/twilio/sdk/resource/list/sip/DomainList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected Domain makeNew(TwilioRestClient client, Map<String, Object> params) {
6060
*/
6161
@Override
6262
protected String getListKey() {
63-
return "sip_domains";
63+
return "domains";
6464
}
6565

6666
/* (non-Javadoc)

0 commit comments

Comments
 (0)