pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.25k stars 61 forks source link

API - contact status is not returned #251

Closed vzsi closed 6 months ago

vzsi commented 6 months ago

api/v1/contacts?paginate[page]=0&paginate[page_size]=50

contact's status is not returned:

{
  "data": null,
  "id": "xxxxxxx",
  "inserted_at": "2023-10-12T17:34:31Z",
  "updated_at": "2023-10-12T17:34:31Z",
  "email": "xxxxxxxxx@gmail.com",
  "first_name": "xxxxxx",
  "last_name": "xxxxxx"
},

Version 0.13.0

wmnnd commented 6 months ago

Thank you for reporting this bug! I’ve just fixed it and published Keila 0.13.1 which includes this fix :+1:

vzsi commented 6 months ago

Thanks!!!