Skip to content

Commit b01faa1

Browse files
committed
fix for #794
1 parent f8ffdd7 commit b01faa1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: api.include.php

-1
Original file line numberDiff line numberDiff line change
@@ -9420,7 +9420,6 @@ private function setPaths() /*: void*/
94209420
}
94219421
$this->openapi->set("paths|$path|$method|tags|0", "$type");
94229422
$this->openapi->set("paths|$path|$method|operationId", "$operation" . "_" . "$type");
9423-
//die(var_dump([$operation,$type]));
94249423
if ("$operation-$type" == 'update-table') {
94259424
$this->openapi->set("paths|$path|$method|description", "rename table");
94269425
} else {

Diff for: api.php

-1
Original file line numberDiff line numberDiff line change
@@ -9420,7 +9420,6 @@ private function setPaths() /*: void*/
94209420
}
94219421
$this->openapi->set("paths|$path|$method|tags|0", "$type");
94229422
$this->openapi->set("paths|$path|$method|operationId", "$operation" . "_" . "$type");
9423-
//die(var_dump([$operation,$type]));
94249423
if ("$operation-$type" == 'update-table') {
94259424
$this->openapi->set("paths|$path|$method|description", "rename table");
94269425
} else {

0 commit comments

Comments
 (0)