Skip to content

Commit

Permalink
fix package description
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Sep 3, 2023
1 parent 75303da commit a8bfb56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "faithful-api",
"version": "2.0.0",
"description": "An API for Faithful Resource Pack textures, add-ons and more",
"description": "A public API for Faithful Resource Pack textures, add-ons and more.",
"scripts": {
"dev": "npm run spec-and-routes && npm run nodemon",
"nodemon": "nodemon",
Expand Down
2 changes: 1 addition & 1 deletion src/v2/controller/uses.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class UsesController extends Controller {
*/
@Post("")
@Security("discord", ["administrator"])
public async CreateUse(
public async createUse(
@Body() body: CreationUse & { id: string; }
): Promise<Use> {
return this.service.createUse({
Expand Down

0 comments on commit a8bfb56

Please sign in to comment.