Skip to content

Commit

Permalink
Add export for createAuthTokenWithPayload in _auth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gru-agent[bot] authored Feb 5, 2025
1 parent 136eb84 commit ebb0377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/_auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ export const createHeaderWithAuth = async (params?: AuthParams): Promise<Headers
// eslint-disable-next-line no-undef
return { ...params?.headers, [LOBE_CHAT_AUTH_HEADER]: token };
};


export { createAuthTokenWithPayload };

0 comments on commit ebb0377

Please sign in to comment.