prettier
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
2025-06-04 18:01:39 -04:00
parent 45231d703d
commit 94c2b1184f
2 changed files with 8 additions and 6 deletions

View File

@ -230,11 +230,7 @@ class TfTabNewsFeedElement extends LitElement {
UNION
SELECT TRUE AS is_primary, * FROM votes
`,
[
JSON.stringify(this.following),
start_time,
end_time,
]
[JSON.stringify(this.following), start_time, end_time]
);
} else {
let t0 = new Date();