Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f15e796

Browse files
Fix syntax error
1 parent 67f6084 commit f15e796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/search/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
},
1717
'/search/skills': {
1818
get: {
19-
method: Controller.searchSkills
19+
method: Controller.searchSkills,
2020
auth: 'jwt',
2121
access: consts.AdminUser,
2222
scopes: ['create:userAttribute', 'all:userAttribute']

0 commit comments

Comments
 (0)