Merge pull request #49 from v2lmmj04/patch-1
Update underscore prefix for image filenames
This commit is contained in:
@@ -102,7 +102,7 @@ export async function updateLastCard(imageData: string | null | undefined, sente
|
|||||||
id,
|
id,
|
||||||
fields,
|
fields,
|
||||||
picture: {
|
picture: {
|
||||||
filename: `_${id}.webp`,
|
filename: `mokuro_${id}.webp`,
|
||||||
data: imageData.split(';base64,')[1],
|
data: imageData.split(';base64,')[1],
|
||||||
fields: [pictureField],
|
fields: [pictureField],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user