Skip to content

Cannot read property 'database' of undefined #20

Description

@OKNoah

This is simply because it expects an options object. Simple fix in packages/final-arango/src/index.js is to do arango (dbOptions = {}) on line 23.

/Users/noah/Projects/final/packages/final-arango/dist/index.js:42
  const database = dbOptions.database || 'test';
                             ^

TypeError: Cannot read property 'database' of undefined

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions