delta jira sync on hold bis account ready
This commit is contained in:
parent
ed236da4ca
commit
3be01f4da5
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ async def perform_sync_jira_delta_group() -> bool:
|
||||||
bool: True if synchronization was successful, False otherwise
|
bool: True if synchronization was successful, False otherwise
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
if APP_ENV_TYPE != "prod":
|
if APP_ENV_TYPE != "TASK-ACTIVATE-WHEN-ACCOUNT-READY-prod":
|
||||||
logger.info("JIRA to SharePoint synchronization: TASK to run only in PROD")
|
logger.info("JIRA to SharePoint synchronization: TASK to run only in PROD")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue