mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Update core/Controller/TextToImageApiController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
4e625f6635
commit
154bb53538
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class TextToImageApiController extends \OCP\AppFramework\OCSController {
|
|||
try {
|
||||
$this->textToImageManager->runOrScheduleTask($task);
|
||||
} catch (TaskFailureException) {
|
||||
// noop
|
||||
// Task status was already updated by the manager, nothing to do here
|
||||
}
|
||||
|
||||
$json = $task->jsonSerialize();
|
||||
|
|
|
|||
Loading…
Reference in a new issue