Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected the path for deleteCustomer #768

Merged
merged 1 commit into from
May 22, 2023
Merged

corrected the path for deleteCustomer #768

merged 1 commit into from
May 22, 2023

Conversation

yameenjavaid
Copy link
Contributor

deleteCustomer: (customer_id: string): Promise =>
requests.post(app/ /${customer_id}/delete/, {}),

earlier it was this that why delte didnt worked cuz path is not correct so i corrected it to

deleteCustomer: (customer_id: string): Promise<CustomerType> =>
requests.post(`app/${customer_id}/delete/`, {}),

@yameenjavaid yameenjavaid temporarily deployed to Development May 22, 2023 16:55 — with GitHub Actions Inactive
Copy link
Collaborator

@mnida mnida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @yameenjavaid !

@mnida mnida merged commit f9ba673 into uselotus:main May 22, 2023
@yameenjavaid yameenjavaid deleted the hotfix-delete-url branch May 22, 2023 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants