2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

fixes linting

This commit is contained in:
Joffrey JAFFEUX 2018-11-19 16:29:15 +01:00 committed by GitHub
parent 4459665dee
commit 95d8a421be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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) {