minor fix

This commit is contained in:
daniel31x13
2025-09-24 16:34:58 -04:00
parent 6a40a70e6d
commit fc328f3fd3

View File

@@ -35,9 +35,9 @@ export type LinkIncludingShortenedCollectionAndTags = {
};
export enum ArchivedFormat {
png,
jpeg,
pdf,
readability,
monolith,
png = 0,
jpeg = 1,
pdf = 2,
readability = 3,
monolith = 4,
}