Skip to content

server options aren't passed correctly on server.js #41

Description

@KaniZ0r

Current behaviour

Server options are passed as options parameter to server.js. They are combinet to let opts variable via Object.assign and stored to this.options. Server.js takes options from let opts instead of this.options and this causes many options to be null.

Expected behaviour

Server.js takes options from this.options which contains combined options from let opts and optionsparameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions