From df406d2a522c3ca596cd2ebbbfda45843140d50f Mon Sep 17 00:00:00 2001 From: CDN18 Date: Thu, 28 Nov 2024 16:20:30 +0800 Subject: [PATCH] update algo shortname --- src/algos/starset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algos/starset.ts b/src/algos/starset.ts index 8528722..fa19deb 100644 --- a/src/algos/starset.ts +++ b/src/algos/starset.ts @@ -2,7 +2,7 @@ import { QueryParams } from '../lexicon/types/app/bsky/feed/getFeedSkeleton' import { AppContext } from '../config' // max 15 chars -export const shortname = 'starset' +export const shortname = 'starset-general' export const handler = async (ctx: AppContext, params: QueryParams) => { let builder = ctx.db