fix: correct parameter usage in database query for improved reliability
This commit is contained in:
parent
a0593ec1c9
commit
60564cf453
1 changed files with 1 additions and 1 deletions
|
|
@ -3068,7 +3068,7 @@ class PGGraphStorage(BaseGraphStorage):
|
|||
if readonly:
|
||||
data = await self.db.query(
|
||||
query,
|
||||
params=self.params,
|
||||
params=params,
|
||||
multirows=True,
|
||||
with_age=True,
|
||||
graph_name=self.graph_name,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue