Skip to content

Commit

Permalink
zap debug
Browse files Browse the repository at this point in the history
  • Loading branch information
killua-eu committed Jan 16, 2024
1 parent b49f81e commit 9afba1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glued/Controllers/ServiceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ public function objects_c1(Request $request, Response $response, array $args = [
$res = $this->write_object($file, $bucket, $objMeta, $objRefs);
$this->mysqli->begin_transaction();
$this->patch_object_meta($res['uuid'], $objMeta);
return $response->withJson($objRefs);
$this->object_refs($res['uuid'], $objRefs, 'add');
$this->mysqli->commit();
$data[] = $res;
Expand Down

0 comments on commit 9afba1e

Please sign in to comment.