Skip to content

Commit

Permalink
Fixed global option for 'forRootAsync' method.
Browse files Browse the repository at this point in the history
  • Loading branch information
chvarkov committed Nov 17, 2020
1 parent ff7111a commit 902a2c3
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 902a2c3

Please sign in to comment.