Remove excess commas from JSON

This commit is contained in:
Travis Ralston 2018-08-25 23:00:26 -06:00
parent 295b1322e2
commit e5a7dd1c45
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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