mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix to String
This commit is contained in:
@@ -2438,7 +2438,7 @@ trait DatabasesBase
|
||||
'x-appwrite-project' => $this->getProject()['$id'],
|
||||
], $this->getHeaders()), [
|
||||
'queries' => [
|
||||
Query::equal('$sequence', [$sequence])
|
||||
Query::equal('$sequence', [$sequence])->toString()
|
||||
],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user