1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 10:54:56 +02:00

chore(gh): fix workflow

This commit is contained in:
syuilo
2026-07-20 18:17:12 +09:00
parent f7c070cb09
commit 3f11a28003

View File

@@ -317,7 +317,7 @@ function renderVisualizerSummaryTable(before: ReturnType<typeof collectVisualize
`</tr>`,
`</tbody>`,
`</table>`,
];
].join('\n');
}
function getChunkComparisonRows(keys: string[], before: Record<string, FileEntry>, after: Record<string, FileEntry>) {