internal: fix comment formatting for TODOs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-01-07 09:51:41 +01:00
parent b76546de0c
commit ececfc3a30
4 changed files with 5 additions and 5 deletions

View File

@ -66,7 +66,7 @@ func parseFilterForUserSingle(req api.ApiCoreUsersListRequest, f *ber.Packet) (a
}
return req.GroupsByName([]string{name}), false
}
// TODO: Support int
//TODO: Support int
default:
return req, false
}