This commit is contained in:
sanjayk03-dev
2024-09-04 20:30:28 +05:30
parent 3f39833953
commit 1028a63ae1
2 changed files with 1 additions and 2 deletions

View File

@@ -189,7 +189,6 @@ module.exports = {
change_time_format: async function () {
try {
this.config.admin.time_format = !this.config.admin.time_format;
await api.put("config/save", this.config);
} catch (error) {
console.error("Update failed:", error);