moved safe positioning

This commit is contained in:
Justin 2023-07-17 14:52:19 +08:00 committed by GitHub
parent c455e6cd98
commit 341afa233e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1732,10 +1732,10 @@ function getJokesSettings(page) {
});
settings = {
title: title,
safe: safe,
categories: categories,
blacklist: blacklist,
amount: amount,
safe: safe,
};
console.log(settings);
return settings;