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 f11e324 commit 503728eCopy full SHA for 503728e
src/api/services/channel.service.ts
@@ -732,7 +732,7 @@ export class ChannelStartupService {
732
"Message"."messageTimestamp" DESC
733
)
734
SELECT * FROM rankedMessages
735
- ORDER BY updatedAt DESC NULLS LAST;
+ ORDER BY "updatedAt" DESC NULLS LAST;
736
`;
737
738
if (results && isArray(results) && results.length > 0) {
0 commit comments