Skip to content

Commit

Permalink
feat: remove controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
StashBank committed Apr 2, 2024
1 parent 7b2eebf commit 8f7404e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valor/nestjs-stripe",
"version": "0.0.19",
"version": "0.0.20",
"type": "commonjs",
"private": false,
"author": "opavlovskyi-valor-software",
Expand Down
2 changes: 1 addition & 1 deletion libs/stripe/src/lib/stripe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface StripeConfigAsyncOptions
}

@Module({
controllers: controllerList,
// controllers: controllerList,
providers: providerList,
exports: exportList,
})
Expand Down

0 comments on commit 8f7404e

Please sign in to comment.