mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Retab
This commit is contained in:
parent
24e3400376
commit
c6532643d0
|
@ -21,7 +21,7 @@ const templatePlugin = (context) => through.obj(function(file, encoding, cb) {
|
|||
|
||||
const {keys, values} = Object.keys(context).reduce( (acc, key) => {
|
||||
|
||||
const value = context[key];
|
||||
const value = context[key];
|
||||
acc.keys.push(key);
|
||||
acc.values.push(value);
|
||||
return acc;
|
||||
|
|
Loading…
Reference in New Issue
Block a user