Put client_address and id in the correct order (#875)

This commit is contained in:
Bogdan-Ștefan Neacşu
2021-11-04 16:33:18 +02:00
committed by GitHub
parent cdb21f418b
commit 480ad18b2e
+1 -1
View File
@@ -75,8 +75,8 @@ impl InboxManager {
ORDER BY id ASC
LIMIT ?;
"#,
start_after,
client_address_bs58,
start_after,
limit
)
.fetch_all(&self.connection_pool)