update tag ids

This commit is contained in:
Thomas Zarebczan 2018-01-31 15:01:46 -05:00 committed by GitHub
parent 2e1ebb3c4a
commit a64e64a0b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
{
}
}