mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-24 23:55:46 -05:00
fix-329
This commit is contained in:
parent
c054682511
commit
565fff53cc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const encode = function(thing) {
|
||||||
|
|
||||||
const jsonContentType = 'application/json';
|
const jsonContentType = 'application/json';
|
||||||
|
|
||||||
const contenTypeAccept = `${jsonContentType}; q=0.8, */*`;
|
const contenTypeAccept = `${jsonContentType};`;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Just a helper (`config[key] || default` doesn't work because of zeroes)
|
* Just a helper (`config[key] || default` doesn't work because of zeroes)
|
||||||
|
|
Loading…
Add table
Reference in a new issue