Skip to content

Commit

Permalink
Merge pull request #126 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 committed May 17, 2024
2 parents ae2b734 + af7e4ab commit 9729783
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/common",
"version": "4.41.0",
"version": "4.42.0",
"description": "The Athenna common helpers to use in any Node.js ESM project.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/Path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ export class Path {
* Return the guards path of your project.
*/
public static guards(subPath: string = sep): string {
return this.pwd(this.dirs.http + sep + normalize(subPath))
return this.pwd(this.dirs.guards + sep + normalize(subPath))
}

/**
Expand Down

0 comments on commit 9729783

Please sign in to comment.