Skip to content

Commit

Permalink
fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Sep 27, 2024
1 parent ddd2fa0 commit fee6c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definition/accessors/IRoomRead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ export interface IRoomRead {
* @param roomId room's id
* @param uid user's id
*/
getUserUnreadMessageCount(roomId: string, uid: string): Promise<number | undefined>;
getUserUnreadMessageCount(roomId: string, uid: string): Promise<number>;
}

0 comments on commit fee6c89

Please sign in to comment.