mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-22 19:09:00 +02:00
left a double variable declaration on accident
This commit is contained in:
parent
316e6423f4
commit
035c64dc39
@ -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…
x
Reference in New Issue
Block a user