0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-24 23:55:46 -05:00
This commit is contained in:
Juan Picado @jotadeveloper 2017-10-01 09:10:02 +02:00 committed by GitHub
parent c054682511
commit 565fff53cc

View file

@ -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)