Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

fix: actually use object keys #142

Merged
merged 1 commit into from
May 22, 2019
Merged

fix: actually use object keys #142

merged 1 commit into from
May 22, 2019

Conversation

vmx
Copy link
Member

@vmx vmx commented May 22, 2019

The code was wrong, it didn't actually use the keys of the object.
This also broke things in Browser environments.

Fixes ipfs/js-ipfs#2090.

The code was wrong, it didn't actually use the keys of the object.
This also broke things in Browser environments.

Fixes ipfs/js-ipfs#2090.
@vmx vmx requested a review from alanshaw May 22, 2019 13:36
@codecov
Copy link

codecov bot commented May 22, 2019

Codecov Report

Merging #142 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   94.53%   94.53%           
=======================================
  Files          15       15           
  Lines         238      238           
=======================================
  Hits          225      225           
  Misses         13       13
Impacted Files Coverage Δ
src/dag-node/addNamedLink.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d02c659...09f4bab. Read the comment docs.

@vmx vmx merged commit a411eeb into master May 22, 2019
@vmx vmx deleted the fix-add-named-link branch May 22, 2019 13:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ipfs.add fails with TypeError: "can't convert undefined to object"
2 participants