Linting ...

This commit is contained in:
Matthias 2022-11-15 06:41:40 +01:00
parent bf21299340
commit 75458a37cb

View File

@ -14,7 +14,7 @@ export default defineComponent({
setup() {
const botStore = useBotStore();
onMounted(async () => {
onMounted(async () => {
botStore.activeBot.getLogs();
});