Skip to content

Commit

Permalink
chore: Update after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmpavel committed Aug 9, 2022
1 parent c8b2ee2 commit 1cf23e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/getstarted/src/middlewares/test-middleware.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/**
* `test-middleware` middleware.
* `test-middleware` middleware
*/

module.exports = (config, { strapi }) => {
Expand Down
2 changes: 1 addition & 1 deletion examples/getstarted/src/policies/test-policy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/**
* `test-policy` policy.
* `test-policy` policy
*/

module.exports = (policyCtx, config, { strapi }) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/**
* `{{ name }}` middleware.
* `{{ name }}` middleware
*/

module.exports = (config, { strapi }) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/**
* `{{ id }}` policy.
* `{{ id }}` policy
*/

module.exports = (policyContext, config, { strapi }) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/**
* Module dependencies.
* Module dependencies
*/

// Public node modules.
Expand Down

0 comments on commit 1cf23e1

Please sign in to comment.