update algo shortname
This commit is contained in:
parent
103fdbd64d
commit
df406d2a52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue