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

@ -61,7 +61,7 @@ func parseFilterForGroupSingle(req api.ApiCoreGroupsListRequest, f *ber.Packet)
}
return req.MembersByUsername([]string{username}), false
}
// TODO: Support int
//TODO: Support int
default:
return req, false
}