This repository was archived by the owner on May 22, 2025. It is now read-only.

Description
Some issues appear multiple times, with the exact same time record (and same iid). I discovered this while manually sorting a generated markdown (due to #43). BTW the output type does not affect, outputting it directly to the console (without --output=markdown) also duplicates records.
To generate the output I ran this command:
gtt report alvarium/services/programmable-tv socialistes --type=group --subgroups --user=oscar --closed --hours_per_day=24
Which outputted me around 130 lines of time records, but looking it further, I can see a lot of time records being duplicated, like this one (iid 9):

And here appears again:

Obviously I checked every duplicated row to ensure I only tracked time once (btw, should not be needed since the date and iid are exactly the same):

I know the --closed flag does not affect, because removing it still shows duplicated results:
