mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 16:00:05 +00:00
left a double variable declaration on accident
This commit is contained in:
parent
316e6423f4
commit
035c64dc39
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ export function checkJSONPost(obj) {
|
|||
try {
|
||||
let objKeys = Object.keys(obj);
|
||||
if (objKeys.length < 8) {
|
||||
let objKeys = Object.keys(obj);
|
||||
let defKeys = Object.keys(def);
|
||||
for (let i in objKeys) {
|
||||
if (defKeys.includes(objKeys[i])) {
|
||||
|
|
Loading…
Reference in a new issue