random hovna

This commit is contained in:
Histmy 2023-09-09 18:48:54 +02:00
parent 61f67a86f0
commit 6d39dc89b2
Signed by untrusted user who does not match committer: Histmy
GPG Key ID: AC2E43C463D8F329
3 changed files with 5 additions and 6 deletions

8
package-lock.json generated
View File

@ -18,7 +18,7 @@
"play-dl": "^1.9.6", "play-dl": "^1.9.6",
"tiny-typed-emitter": "^2.1.0", "tiny-typed-emitter": "^2.1.0",
"tweetnacl": "^1.0.3", "tweetnacl": "^1.0.3",
"valibot": "^0.13.1" "valibot": "^0.14.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.4", "@types/jest": "^29.5.4",
@ -4000,9 +4000,9 @@
"dev": true "dev": true
}, },
"node_modules/valibot": { "node_modules/valibot": {
"version": "0.13.1", "version": "0.14.0",
"resolved": "https://registry.npmjs.org/valibot/-/valibot-0.13.1.tgz", "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.14.0.tgz",
"integrity": "sha512-SG2W1RHqE2LShl3p6tyERt6I+G6PQa9ZFVfkyNKXz01HBzL+tBeH5kXw/5AQeAzPJSjI3djVGBl1CyozA1kyBQ==" "integrity": "sha512-9so+LH7y5k7fSTvhShbvj38OQ/NU/61QBeR61ALU4Ee9L14/ysGy31KSYEw7fyOWe+fW9Pjo8Add/1m1/rVUvQ=="
}, },
"node_modules/walker": { "node_modules/walker": {
"version": "1.0.8", "version": "1.0.8",

View File

@ -23,7 +23,7 @@
"play-dl": "^1.9.6", "play-dl": "^1.9.6",
"tiny-typed-emitter": "^2.1.0", "tiny-typed-emitter": "^2.1.0",
"tweetnacl": "^1.0.3", "tweetnacl": "^1.0.3",
"valibot": "^0.13.1" "valibot": "^0.14.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.4", "@types/jest": "^29.5.4",

View File

@ -21,7 +21,6 @@ function naplanovat() {
} }
async function sync() { async function sync() {
log("synchronizace denim-");
const res = await fetch("https://util.deadfish.cz/denim+/subscriptions.json") const res = await fetch("https://util.deadfish.cz/denim+/subscriptions.json")
.then(r => r.json()) .then(r => r.json())
.catch(log); .catch(log);