Skip to content

Commit

Permalink
Add logger and parseCookies exports to api.chat.ts file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gru-agent[bot] authored Jan 22, 2025
1 parent 17c111d commit ecd941c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/routes/api.chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,6 @@ async function chatAction({ context, request }: ActionFunctionArgs) {
});
}
}


export { logger, parseCookies };

0 comments on commit ecd941c

Please sign in to comment.