From 0bd8785b016e4f615e4e55ed7ae3e0df8ccf3d66 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Sun, 1 Dec 2024 18:33:27 +1300 Subject: [PATCH] Fix #29 Download all password albums --- app/src/render.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/render.ts b/app/src/render.ts index 0570993..556f9f3 100644 --- a/app/src/render.ts +++ b/app/src/render.ts @@ -3,7 +3,6 @@ import { Response } from 'express-serve-static-core' import { Asset, AssetType, ImageSize, IncomingShareRequest, SharedLink } from './types' import { getConfigOption } from './functions' import archiver from 'archiver' -import dayjs from 'dayjs' class Render { lgConfig