This commit is contained in:
Histmy 2023-09-09 20:23:14 +02:00
parent 6d39dc89b2
commit 29aefdd3da
Signed by untrusted user who does not match committer: Histmy
GPG Key ID: AC2E43C463D8F329

View File

@ -29,7 +29,7 @@ const exp: Modul = {
if (!soubor) return "tak pico ael na co";
if (!formaty.includes(soubor.name.slice(-3))) return "tuten format nechcy";
if (soubor.size > 2e6) return "min nes dva mebagajyt pls";
if (soubor.size > 2_097_152) return "min nes dva mebagajyt pls";
// Stahnout dočasně
const typ = soubor.name.slice(-3);