Skip to content

Commit

Permalink
πŸš‘οΈ :: hotfix :: select μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
12xii committed Dec 27, 2023
1 parent 99a62bc commit 72b0e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat/chat.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class ChatService {
'qb.profile AS profile',
'chat.body AS body',
'chat.isAnnounce AS isAnnounce',
'map.userID AS userID',
'chat.userID AS userID',
'chat.chatID AS chatID',
])
.where('chat.chatID IN (:...arr)', { arr })
Expand Down

0 comments on commit 72b0e49

Please sign in to comment.