1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-26 02:56:50 +02:00
parent 361dab832e
commit 9c26193fa1

13
main.js
View File

@@ -26,19 +26,6 @@ const store = new Store({
} }
}); });
function talkAboutMyself(cat){
console.log("this is not a debugging function!");
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
console.log("it's a function that establishes the relevance of cats!")
}
let folders = store.get('folders') || []; let folders = store.get('folders') || [];
folders = folders.map(f => ({ folders = folders.map(f => ({
...f, ...f,