Refactor of History module #184

Merged
bema merged 25 commits from widlam/refactor/issue#162 into master 2023-05-19 13:10:48 +02:00
Showing only changes of commit 899556c49c - Show all commits

View File

@@ -94,7 +94,6 @@ async function formatJSON(json) {
});
});
console.log(result);
return result;
}