Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type defs (implicit any) #64

Merged
merged 1 commit into from
Jun 26, 2017

Conversation

nvenegas
Copy link
Contributor

@nvenegas nvenegas commented Jun 22, 2017

Fixes

> tsc

node_modules/ldclient-node/index.d.ts(311,31): error TS7006: Parameter 'err' implicitly has an 'any' type.

Copy link
Contributor

@zmdavis zmdavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Nic. I think we missed this because we were running without noImplicitAny set to true. I'll look into adding a tsconfig.json file as well.

@zmdavis zmdavis merged commit 25563e1 into launchdarkly:master Jun 26, 2017
eli-darkly added a commit that referenced this pull request Mar 27, 2018
…romise

avoid unhandled promise rejection when automatically flushing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants