mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
update tag ids
This commit is contained in:
parent
2e1ebb3c4a
commit
a64e64a0b6
1 changed files with 3 additions and 3 deletions
6
lib/thirdparty/Asana.class.php
vendored
6
lib/thirdparty/Asana.class.php
vendored
|
@ -20,8 +20,8 @@ class Asana
|
|||
|
||||
$tags = [
|
||||
192699565737944 => 'Open Beta',
|
||||
192699565737946 => 'Upcoming',
|
||||
502841492992876 => 'Future'
|
||||
542803886522122 => 'Upcoming',
|
||||
542803886522120 => 'Future'
|
||||
];
|
||||
|
||||
foreach ($tags as $tagId => $tagLabel)
|
||||
|
@ -100,4 +100,4 @@ class Asana
|
|||
|
||||
class AsanaException extends Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue