Skip to content

Commit

Permalink
Ensure we properly return a 204 here, as PPM expects it
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Sep 26, 2023
1 parent 2ea0e16 commit 7b138ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/deletePackagesPackageNameStar.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
"/api/themes/:packageName/star"
],
rateLimit: "auth",
successStatus: 201,
successStatus: 204,
options: {
Allow: "DELETE, POST",
"X-Content-Type-Options": "nosniff"
Expand Down

0 comments on commit 7b138ea

Please sign in to comment.