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(db): move db constants to other file to avoid circular ref #1858

Merged
merged 2 commits into from
Oct 29, 2018

Commits on Oct 23, 2018

  1. fix(db): move db constants to other file to avoid circular ref

    lib/db.js referenced lib/operations/db_ops.js, which in turn
    referenced lib/db.js to get some constants. Moved constants to
    their own file, and used dynamic imports to get DB constructor
    
    Fixes NODE-1692
    daprahamian committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    0b063c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    92350c5 View commit details
    Browse the repository at this point in the history