Skip to content

Commit

Permalink
Fix dupes!
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jul 17, 2019
1 parent 42291fd commit f03e11f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adifpush/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ static void Main(string[] args)
Console.WriteLine($"Error uploading: {result.ErrorContent}");
}
}

latestRecord = records.OrderByDescending(r => r.QsoStart).First();
}
}
else
Expand Down

0 comments on commit f03e11f

Please sign in to comment.