mirror of
https://github.com/jsbin/jsbin.git
synced 2026-02-01 16:46:05 +00:00
JSON translate appears to happen by default
This commit is contained in:
parent
9b9b1210a0
commit
c679f8e107
@ -299,8 +299,6 @@ module.exports = utils.inherit(Object, {
|
||||
}
|
||||
}
|
||||
|
||||
bin.settings = JSON.parse(bin.settings || '{}');
|
||||
|
||||
return bin;
|
||||
}
|
||||
});
|
||||
|
||||
@ -345,8 +345,6 @@ module.exports = utils.inherit(Object, {
|
||||
}
|
||||
}
|
||||
|
||||
bin.settings = JSON.parse(bin.settings || '{}');
|
||||
|
||||
return bin;
|
||||
},
|
||||
convertUserDates: function (user) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user