Skip to content

Commit

Permalink
Merge pull request #20 from chvarkov/develop
Browse files Browse the repository at this point in the history
Fixed global option for 'forRootAsync' method.
  • Loading branch information
chvarkov authored Nov 17, 2020
2 parents c769495 + 902a2c3 commit 0ff3fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestlab/google-recaptcha",
"version": "1.1.8",
"version": "1.1.9",
"description": "Google recaptcha module for NestJS.",
"keywords": [
"nest",
Expand Down
1 change: 1 addition & 0 deletions src/google-recaptcha.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class GoogleRecaptchaModule {
];

return {
global: true,
module: GoogleRecaptchaModule,
imports: [
HttpModule,
Expand Down

0 comments on commit 0ff3fda

Please sign in to comment.