This commit is contained in:
borean 2024-03-08 15:07:25 +01:00
parent d06122864e
commit ad4d439887

View file

@ -59,10 +59,6 @@ func DbConnect(dbpath string) Database {
return &Db{db}
}
// func (d *Db) ChangeUserRole(username string, projectname string, role string) error {
// }
func (d *Db) AddTimeReport(projectname string, start time.Time, end time.Time, breakTime uint32) error { // WIP
_, err := d.Exec(addTimeReport, projectname, 0, start, end, breakTime, false)
return err