update algo shortname

This commit is contained in:
CDN18 2024-11-28 16:20:30 +08:00
parent 103fdbd64d
commit df406d2a52
Signed by: CDN
GPG key ID: 0C656827F9F80080

View file

@ -2,7 +2,7 @@ import { QueryParams } from '../lexicon/types/app/bsky/feed/getFeedSkeleton'
import { AppContext } from '../config' import { AppContext } from '../config'
// max 15 chars // max 15 chars
export const shortname = 'starset' export const shortname = 'starset-general'
export const handler = async (ctx: AppContext, params: QueryParams) => { export const handler = async (ctx: AppContext, params: QueryParams) => {
let builder = ctx.db let builder = ctx.db