Skip to content

Commit

Permalink
add log print.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Dec 2, 2024
1 parent c5e7f57 commit b0962bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rpc/conversation/conversation.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ func (c *conversationServer) GetConversationsNeedClearMsg(ctx context.Context, _

conversationIDs, err := c.conversationDatabase.PageConversationIDs(ctx, pagination)
if err != nil {
// log.ZError(ctx, "PageConversationIDs failed", err, "pageNumber", pageNumber)
log.ZError(ctx, "PageConversationIDs failed", err, "pageNumber", pageNumber)
continue
}

Expand Down

0 comments on commit b0962bb

Please sign in to comment.