From a64e64a0b60dda6926bd96e504d02dd24b7d32ad Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 31 Jan 2018 15:01:46 -0500 Subject: [PATCH] update tag ids --- lib/thirdparty/Asana.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/thirdparty/Asana.class.php b/lib/thirdparty/Asana.class.php index ac12ac4c..a7b7c000 100644 --- a/lib/thirdparty/Asana.class.php +++ b/lib/thirdparty/Asana.class.php @@ -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 { -} \ No newline at end of file +}