Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 12, 2024
1 parent 40ee462 commit a512309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crisp/website_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (service *WebsiteService) DeleteWebsite(websiteID string, verify string) (*


// AbortWebsiteDeletion aborts scheduled deletion for an existing website.
func (service *WebsiteService) DeleteWebsite(websiteID string) (*Response, error) {
func (service *WebsiteService) AbortWebsiteDeletion(websiteID string) (*Response, error) {
url := fmt.Sprintf("website/%s/expunge", websiteID)
req, _ := service.client.NewRequest("DELETE", url, nil)

Expand Down

0 comments on commit a512309

Please sign in to comment.