This commit is contained in:
BlowaterNostr 2023-06-30 14:10:08 +00:00
parent e91aa7d37c
commit cfcb5de3c8

View File

@ -36,7 +36,7 @@ Deno.test("sendDMandImages", async (t) => {
}
await Promise.all(ps);
const path = await Deno.realPath("../UI/deploy/logo.png");
const path = await Deno.realPath("UI/deploy/logo-white.png");
console.log(path);
const data = await Deno.readFile(path);