mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
fix comment
This commit is contained in:
@@ -636,6 +636,6 @@ func CleanupOrphanedIDs[T, S any](ctx context.Context, db *gorm.DB, columnName s
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
log.WithContext(ctx).Infof("Cleanup of orphaned auto_groups from table %s completed", tableName)
|
log.WithContext(ctx).Infof("Cleanup of orphaned %s from table %s completed", columnName, tableName)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user