mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
Skip end_time param from snake casing
This commit is contained in:
parent
f2e1810560
commit
f50da3241e
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ export function camelCaseRequestWrapper(requestFunc) {
|
|||
'message_time__gt', 'message_time__gte',
|
||||
'end_time__gt', 'end_time__gte',
|
||||
'end_time__lt', 'end_time__lte',
|
||||
'bill_duration__gt', 'bill_duration__gte',
|
||||
'bill_duration__lt', 'bill_duration__lte',
|
||||
'add_time__gt', 'add_time__gte',
|
||||
'add_time__lt', 'add_time__lte',
|
||||
]
|
||||
if (skipParamsFromSnakeCasing.indexOf(key) >= 0) {
|
||||
return key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue