prettier.

This commit is contained in:
2025-04-16 19:27:24 -04:00
parent 27f2d319ab
commit abde709e54
2 changed files with 7 additions and 14 deletions

View File

@ -62,9 +62,7 @@ function nice_size(bytes) {
}
async function main() {
await app.setDocument(
'<p style="color: #fff">Analyzing feeds...</p>'
);
await app.setDocument('<p style="color: #fff">Analyzing feeds...</p>');
let most_follows = get_most_follows();
let total = await get_total();
let identities = await ssb.getAllIdentities();