mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
fix: SQL query column quoting in ChannelStartupService
This commit is contained in:
parent
f11e3247f0
commit
503728e1e7
@ -732,7 +732,7 @@ export class ChannelStartupService {
|
||||
"Message"."messageTimestamp" DESC
|
||||
)
|
||||
SELECT * FROM rankedMessages
|
||||
ORDER BY updatedAt DESC NULLS LAST;
|
||||
ORDER BY "updatedAt" DESC NULLS LAST;
|
||||
`;
|
||||
|
||||
if (results && isArray(results) && results.length > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user