This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module.exports = configure(({ ky }) => {
1010 const searchParams = new URLSearchParams ( options . searchParams )
1111 searchParams . append ( 'arg' , path )
1212 searchParams . append ( 'mode' , modeToString ( mode ) )
13- if ( options . format ) searchParams . set ( 'format' , options . format )
1413 if ( options . flush != null ) searchParams . set ( 'flush' , options . flush )
1514 if ( options . hashAlg ) searchParams . set ( 'hash' , options . hashAlg )
1615 if ( options . parents != null ) searchParams . set ( 'parents' , options . parents )
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module.exports = configure(({ ky }) => {
1010
1111 const searchParams = new URLSearchParams ( options . searchParams )
1212 sources . forEach ( src => searchParams . append ( 'arg' , CID . isCID ( src ) ? `/ipfs/${ src } ` : src ) )
13- if ( options . format ) searchParams . set ( 'format' , options . format )
1413 if ( options . flush != null ) searchParams . set ( 'flush' , options . flush )
1514 if ( options . hashAlg ) searchParams . set ( 'hash' , options . hashAlg )
1615 if ( options . parents != null ) searchParams . set ( 'parents' , options . parents )
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ module.exports = configure(({ ky }) => {
1212 const searchParams = new URLSearchParams ( options . searchParams )
1313 searchParams . append ( 'arg' , path )
1414 if ( options . cidVersion != null ) searchParams . set ( 'cid-version' , options . cidVersion )
15- if ( options . format ) searchParams . set ( 'format' , options . format )
1615 if ( options . flush != null ) searchParams . set ( 'flush' , options . flush )
1716 if ( options . hashAlg ) searchParams . set ( 'hash' , options . hashAlg )
1817 if ( options . parents != null ) searchParams . set ( 'parents' , options . parents )
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module.exports = configure(({ ky }) => {
1010
1111 const searchParams = new URLSearchParams ( options . searchParams )
1212 sources . forEach ( src => searchParams . append ( 'arg' , CID . isCID ( src ) ? `/ipfs/${ src } ` : src ) )
13- if ( options . format ) searchParams . set ( 'format' , options . format )
1413 if ( options . flush != null ) searchParams . set ( 'flush' , options . flush )
1514 if ( options . hashAlg ) searchParams . set ( 'hash' , options . hashAlg )
1615 if ( options . parents != null ) searchParams . set ( 'parents' , options . parents )
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ module.exports = configure(({ ky }) => {
1414 searchParams . set ( 'mtime' , mtime . secs )
1515 searchParams . set ( 'mtimeNsecs' , mtime . nsecs )
1616 }
17- if ( options . format ) searchParams . set ( 'format' , options . format )
1817 if ( options . flush != null ) searchParams . set ( 'flush' , options . flush )
1918 if ( options . hashAlg ) searchParams . set ( 'hash' , options . hashAlg )
2019 if ( options . parents != null ) searchParams . set ( 'parents' , options . parents )
You can’t perform that action at this time.
0 commit comments