From 96f9c1d1bd8d7f42c1d353ff9bedcf9aea2764e5 Mon Sep 17 00:00:00 2001 From: Sebastien Chopin Date: Mon, 15 May 2017 15:04:38 +0200 Subject: [PATCH] Lint code --- src/shared/getMetaInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/getMetaInfo.js b/src/shared/getMetaInfo.js index 18e4f9c..81eaafe 100644 --- a/src/shared/getMetaInfo.js +++ b/src/shared/getMetaInfo.js @@ -97,7 +97,7 @@ export default function _getMetaInfo (options = {}) { const ref = info.__dangerouslyDisableSanitizers const isDisabled = ref && ref.indexOf(key) > -1 const val = info[key] - escaped[key] = val; + escaped[key] = val if (key === '__dangerouslyDisableSanitizers') { return escaped }