You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
storage: don't use references for pagination
This commit is contained in:
@@ -232,7 +232,7 @@ impl RootQuery {
|
||||
|
||||
let page = repo
|
||||
.upstream_oauth_provider()
|
||||
.list_paginated(&pagination)
|
||||
.list_paginated(pagination)
|
||||
.await?;
|
||||
|
||||
let mut connection = Connection::new(page.has_previous_page, page.has_next_page);
|
||||
|
||||
Reference in New Issue
Block a user