Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Mar 1, 2021
1 parent c5a0a2a commit 029252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gallifrey/JiraIntegration/JiraConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public void AssignToCurrentUser(string jiraRef)

public void LogTime(string jiraRef, DateTime exportTimeStamp, TimeSpan exportTime, WorkLogStrategy strategy, bool addStandardComment, string comment = "", TimeSpan? remainingTime = null)
{
trackUsage.TrackAppUsage(TrackingType.ExportOccured);
trackUsage.TrackAppUsage(TrackingType.ExportOccurred);

if (string.IsNullOrWhiteSpace(comment))
{
Expand Down

0 comments on commit 029252f

Please sign in to comment.