acikyazilimagi / deprem-yardim-backend

afetharita.com backend projesi
Apache License 2.0
383 stars 74 forks source link

Fix extra_params response type #143

Closed koksalkapucuoglu closed 1 year ago

koksalkapucuoglu commented 1 year ago

Fix extra_params response type

Description

The extra_parameters field in the entries does not come as json, but as a string.

Data Type Changes:

"extra_parameters": { "/user_id/": "/5555555/", "/screen_name/": "/test/", }

to

"extra_parameters": { "user_id": "5555555", "screen_name": "test" }