Skip to content

Commit

Permalink
fix for #794
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed May 18, 2021
1 parent f8ffdd7 commit b01faa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api.include.php
Expand Up @@ -9420,7 +9420,6 @@ private function setPaths() /*: void*/
}
$this->openapi->set("paths|$path|$method|tags|0", "$type");
$this->openapi->set("paths|$path|$method|operationId", "$operation" . "_" . "$type");
//die(var_dump([$operation,$type]));
if ("$operation-$type" == 'update-table') {
$this->openapi->set("paths|$path|$method|description", "rename table");
} else {
Expand Down
1 change: 0 additions & 1 deletion api.php
Expand Up @@ -9420,7 +9420,6 @@ private function setPaths() /*: void*/
}
$this->openapi->set("paths|$path|$method|tags|0", "$type");
$this->openapi->set("paths|$path|$method|operationId", "$operation" . "_" . "$type");
//die(var_dump([$operation,$type]));
if ("$operation-$type" == 'update-table') {
$this->openapi->set("paths|$path|$method|description", "rename table");
} else {
Expand Down

0 comments on commit b01faa1

Please sign in to comment.