Skip to content

Commit

Permalink
fix: export promoteChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Feb 27, 2025
1 parent 9082084 commit 184339c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export * from './thread_manager';
export * from './token_manager';
export * from './types';
export * from './channel_manager';
export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage } from './utils';
export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage, promoteChannel } from './utils';

0 comments on commit 184339c

Please sign in to comment.