Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: allow null/undefined options #1581

Merged
merged 2 commits into from
Sep 19, 2018
Merged

fix: allow null/undefined options #1581

merged 2 commits into from
Sep 19, 2018

Commits on Sep 18, 2018

  1. fix: allow null/undefined options

    Options should be optional! Our API should be flexible enough to allow passing null or undefined in place of an options object. This PR fixes cases where we assume an options object has been passed.
    
    fixes: #1574
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    alanshaw committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    ccc2e5e View commit details
    Browse the repository at this point in the history
  2. chore: remove .only

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    alanshaw committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    485ed9f View commit details
    Browse the repository at this point in the history