Put client_address and id in the correct order (#875)
This commit is contained in:
committed by
GitHub
parent
cdb21f418b
commit
480ad18b2e
@@ -75,8 +75,8 @@ impl InboxManager {
|
||||
ORDER BY id ASC
|
||||
LIMIT ?;
|
||||
"#,
|
||||
start_after,
|
||||
client_address_bs58,
|
||||
start_after,
|
||||
limit
|
||||
)
|
||||
.fetch_all(&self.connection_pool)
|
||||
|
||||
Reference in New Issue
Block a user