TeamShiksha / logoexecutive

Logo Executive is your partner in logo exploration. Our platform boasts a collection of APIs designed to simplify the process of obtaining company logos.
https://logoexecutive.vercel.app/
24 stars 20 forks source link

`bug` `usageCount` does not update on user dashboard #359

Closed amankumarsingh77 closed 2 months ago

amankumarsingh77 commented 2 months ago

What is this issue related to?

Bug

Description

Fix dashboard to show correct usageCount data and remove duplication of userId property in /user/data endpoint.

Expected Behavior

1) usageCount should be displayed on the user dashboard. 2) Only one userId property must be returned from /user/data.

Current Behavior

1) usageCount is returned in from the backend api but is not being rendered properly. 2) Duplication of userId property in /user/data endpoint.

Additional Information (optional)

No response

Confirmation Checklist