Implement review suggestions

This commit is contained in:
Daniel
2020-04-20 13:57:07 +02:00
parent 033dceab5b
commit a33808685c
15 changed files with 90 additions and 61 deletions

View File

@@ -50,7 +50,7 @@ func markActiveProfileAsOutdated(scopedID string) {
}
}
func cleanActiveProfiles(ctx context.Context) error { //nolint:param // need to conform to interface
func cleanActiveProfiles(ctx context.Context) error {
for {
select {
case <-time.After(activeProfileCleanerTickDuration):