fixes linting

This commit is contained in:
Joffrey JAFFEUX
2018-11-19 16:29:15 +01:00
committed by GitHub
parent 4459665dee
commit 95d8a421be
2 changed files with 46 additions and 41 deletions

View File

@ -12,7 +12,7 @@ const WHITELISTED_ATTRIBUTES = [
"results",
"status",
"step",
"type",
"type"
];
function replaceToken(tokens, target, list) {