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",
function rowWithSignature(): Row {
return {
signature: [
{
signature: {
size: 1,
extension: "png",
key: `${uuid.v4()}.png`,
},
],
}
},
],