Skip to content

Commit

Permalink
fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Oct 12, 2023
1 parent 9844ae1 commit 8670670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/nvm.strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ConfigService } from '../shared/config/config.service'

@Injectable()
export class NeverminedStrategy extends PassportStrategy(Strategy) {
constructor(private configService: ConfigService) {
constructor(configService: ConfigService) {
super({
web3ProviderUri: configService.get('WEB3_PROVIDER_URI'),
})
Expand Down

0 comments on commit 8670670

Please sign in to comment.