We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a2206 commit f31fe50Copy full SHA for f31fe50
src/api/services/channel.service.ts
@@ -559,7 +559,7 @@ export class ChannelStartupService {
559
"Message"."messageTimestamp" DESC
560
)
561
SELECT * FROM rankedMessages
562
- ORDER BY updatedAt DESC NULLS LAST;
+ ORDER BY "updatedAt" DESC NULLS LAST;
563
`;
564
565
if (results && isArray(results) && results.length > 0) {
0 commit comments