chore: remove unused abortRequest hook

This commit is contained in:
Danny Avila 2025-06-21 14:50:18 -04:00
parent fe0591d2a2
commit 7001c1a388
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
4 changed files with 1 additions and 30 deletions

View file

@ -70,8 +70,6 @@ export const revokeUserKey = (name: string) => `${keysEndpoint}/${name}`;
export const revokeAllUserKeys = () => `${keysEndpoint}?all=true`;
export const abortRequest = (endpoint: string) => `/api/ask/${endpoint}/abort`;
export const conversationsRoot = '/api/convos';
export const conversations = (params: q.ConversationListParams) => {