Skip to content

Commit

Permalink
Fix typos in app constants
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Veyssier <[email protected]>
Signed-off-by: Sami Finnilä <[email protected]>
  • Loading branch information
MB-Finski and julien-nc committed Jan 31, 2024
1 parent 415aa6f commit 421c140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class Application extends App implements IBootstrap {
public const STT_TASK_SUCCESSFUL = 1;
public const STT_TASK_FAILED = -1;

public const TASK_GATEGORY_TEXT_GEN = 0;
public const TASK_GATEGORY_TEXT_TO_IMAGE = 1;
public const TASK_GATEGORY_SPEECH_TO_TEXT = 2;
public const TASK_CATEGORY_TEXT_GEN = 0;
public const TASK_CATEGORY_TEXT_TO_IMAGE = 1;
public const TASK_CATEGORY_SPEECH_TO_TEXT = 2;

public function __construct(array $urlParams = []) {
parent::__construct(self::APP_ID, $urlParams);
Expand Down

0 comments on commit 421c140

Please sign in to comment.