From 74e0a9423bc2987279e1416cbca95b7fc054faf3 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 13 Dec 2017 17:49:22 -0500 Subject: [PATCH] update tag id --- lib/thirdparty/Asana.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thirdparty/Asana.class.php b/lib/thirdparty/Asana.class.php index 2032d930..de0e4be0 100644 --- a/lib/thirdparty/Asana.class.php +++ b/lib/thirdparty/Asana.class.php @@ -21,7 +21,7 @@ class Asana $tags = [ 192699565737944 => 'Open Beta', 192699565737946 => 'Upcoming', - 192699565737948 => 'Future' + 502841492992876 => 'Future' ]; foreach ($tags as $tagId => $tagLabel)