Skip to content

Commit

Permalink
out of bound Int32
Browse files Browse the repository at this point in the history
  • Loading branch information
swolg authored Jun 23, 2022
1 parent 23d391a commit 882ad34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/automation/model/EntryModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Entry
public string time_clocked_since { get; set; }
public bool clocked { get; set; }
public bool clocked_offline { get; set; }
public int hourly_rate { get; set; }
public double hourly_rate { get; set; }
public int lumpsum_services_id { get; set; }
public int lumpsum_services_amount { get; set; }
}
Expand Down

0 comments on commit 882ad34

Please sign in to comment.