We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d90cae commit b9f9784Copy full SHA for b9f9784
datastore/api/src/functions/concepts.php
@@ -851,7 +851,6 @@ function get_task_list_entities(DatastoreClient $datastore)
851
foreach ($result as $task) {
852
$taskListEntities[] = $task;
853
}
854
- $transaction->commit();
855
// [END datastore_transactional_single_entity_group_read_only]
856
return $taskListEntities;
857
0 commit comments