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 = { settings = {
title: title, title: title,
safe: safe,
categories: categories, categories: categories,
blacklist: blacklist, blacklist: blacklist,
amount: amount, amount: amount,
safe: safe,
}; };
console.log(settings); console.log(settings);
return settings; return settings;