Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(undefined
options
passed to .get
): set default options
valu…
…e to `{}` (#115) This fixes stream calls without an `options` argument. E.g.,: ``` // This used to TypeError. // Now it returns a stream. const stream = core.ns.po.get(); ``` godaddy/kubernetes-client#37 (comment)
- Loading branch information