Remove excess commas from JSON

pull/1558/head
Travis Ralston 6 years ago
parent 295b1322e2
commit e5a7dd1c45

@ -11,6 +11,6 @@
}
},
"unsigned": {
"age": 1234,
"age": 1234
}
}

@ -13,6 +13,6 @@
]
},
"unsigned": {
"age": 1234,
"age": 1234
}
}

@ -6,6 +6,6 @@
"call_id": "12345"
},
"unsigned": {
"age": 1234,
"age": 1234
}
}

@ -11,6 +11,6 @@
}
},
"unsigned": {
"age": 1234,
"age": 1234
}
}

Loading…
Cancel
Save