From d978acd6772c901517f284bd87882c8148ef1864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20=C5=81yp?= Date: Mon, 9 Sep 2024 09:17:07 +0200 Subject: [PATCH] Remove asana api url --- .../ddg_apple_automation/helper/ddg_apple_automation_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/fastlane/plugin/ddg_apple_automation/helper/ddg_apple_automation_helper.rb b/lib/fastlane/plugin/ddg_apple_automation/helper/ddg_apple_automation_helper.rb index 3f64f76..f027f3c 100644 --- a/lib/fastlane/plugin/ddg_apple_automation/helper/ddg_apple_automation_helper.rb +++ b/lib/fastlane/plugin/ddg_apple_automation/helper/ddg_apple_automation_helper.rb @@ -6,7 +6,6 @@ module Fastlane module Helper class DdgAppleAutomationHelper - ASANA_API_URL = "https://app.asana.com/api/1.0" ASANA_APP_URL = "https://app.asana.com/0/0" ERROR_ASANA_ACCESS_TOKEN_NOT_SET = "ASANA_ACCESS_TOKEN is not set" ERROR_GITHUB_TOKEN_NOT_SET = "GITHUB_TOKEN is not set"