Skip to content

Commit

Permalink
fix: force semantic-release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Achalhii committed May 16, 2024
1 parent dfef054 commit 197df97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/stripe-billing/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module.exports = class StripeBillingService extends CampsiService {
return next();
}


this.router.all('*', validateRequestAccess);

const defaultHandler = (req, res, next) => (err, obj) => {
Expand Down

0 comments on commit 197df97

Please sign in to comment.