Skip to content
Snippets Groups Projects
Commit 58ba4d1d authored by Brett Walker's avatar Brett Walker
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 39447650
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,7 +16,7 @@ module Integrations
end
 
expose :updated_at do |jira_issue|
jira_issue.updated&.to_datetime&.utc
jira_issue.updated.to_datetime.utc
end
 
expose :closed_at do |jira_issue|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment