mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Fix updateTrendingTags param order
This commit is contained in:
parent
fb7b5b6056
commit
b50400cd3d
1 changed files with 2 additions and 2 deletions
|
|
@ -10,14 +10,14 @@ import { Time } from '@/utils/time.ts';
|
|||
const console = new Stickynotes('ditto:trends');
|
||||
|
||||
async function updateTrendingTags(
|
||||
tagName: string,
|
||||
l: string,
|
||||
tagName: string,
|
||||
kinds: number[],
|
||||
limit: number,
|
||||
extra = '',
|
||||
aliases?: string[],
|
||||
) {
|
||||
console.info(`Updating trending #${tagName}...`);
|
||||
console.info(`Updating trending ${l}...`);
|
||||
const kysely = await DittoDB.getInstance();
|
||||
const signal = AbortSignal.timeout(1000);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue