diff --git a/api/src/controllers/seed/images.ts b/api/src/controllers/seed/images.ts index b13dfbcb..bbb595f8 100644 --- a/api/src/controllers/seed/images.ts +++ b/api/src/controllers/seed/images.ts @@ -7,7 +7,7 @@ export const processImage = async (url: string): Promise => { // TODO: download source, save it in multiples qualities & process blurhash return { - id: hasher.digest().toString(), + id: hasher.digest().toString("hex"), source: url, blurhash: "", };