@squiz/db-lib 1.56.1-alpha.23 → 1.56.1-alpha.24

Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.js CHANGED
@@ -49567,7 +49567,7 @@ var require_parseCacheControl = __commonJS({
49567
49567
  const trimmedValue = value !== void 0 ? value.trim() : void 0;
49568
49568
  const strippedValue = trimQuotes(trimmedValue);
49569
49569
  const parsedValue = parseIntOrString(strippedValue, trimmedKey);
49570
- result[trimmedKey] = parsedValue;
49570
+ result[`${trimmedKey}`] = parsedValue;
49571
49571
  }
49572
49572
  return result;
49573
49573
  }