mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove unneeded var
This commit is contained in:
@@ -1230,7 +1230,6 @@ App::get('/v1/database/collections/:collectionId/documents')
|
||||
throw new Exception($validator->getDescription(), 400);
|
||||
}
|
||||
|
||||
$afterDocument = null;
|
||||
if (!empty($after)) {
|
||||
$afterDocument = $dbForExternal->getDocument($collectionId, $after);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user