This commit is contained in:
Dean 2024-05-13 16:39:30 +01:00
parent 03a484e9df
commit a64aec0173
1 changed files with 5 additions and 7 deletions

View File

@ -75,13 +75,11 @@ const rowGenerators: [
"signature", "signature",
function rowWithSignature(): Row { function rowWithSignature(): Row {
return { return {
signature: [ signature: {
{ size: 1,
size: 1, extension: "png",
extension: "png", key: `${uuid.v4()}.png`,
key: `${uuid.v4()}.png`, },
},
],
} }
}, },
], ],