Skip to content

Commit

Permalink
remove whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
jdiverp authored Mar 25, 2021
1 parent 56592a3 commit 1a080d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkbot/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ServiceNowClient(RequestLogger, requests.Session):
'ITASK': 'u_incident_task',
'PRB': 'problem',
'PRJ': 'pm_project',
'PRJTASK' : "project_task',
'PRJTASK': "project_task',
'PTASK': 'problem_task',
'REQ': 'u_simple_requests',
'RTASK': 'u_request_task'
Expand Down

0 comments on commit 1a080d2

Please sign in to comment.