refactor: async

isekai-main
Barış Soner Uşaklı 3 years ago
parent 8491f67daf
commit f0394c4965

@ -8,6 +8,6 @@ Logs.get = async function () {
return await meta.logs.get(); return await meta.logs.get();
}; };
Logs.clear = function () { Logs.clear = async function () {
return await meta.logs.clear(); await meta.logs.clear();
}; };

Loading…
Cancel
Save