Fix review

This commit is contained in:
Theodor S. Midtlien
2026-06-08 14:50:26 +02:00
parent 6bdbbcad36
commit c6f003fd18
6 changed files with 8 additions and 17 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ func getActiveProfile(ctx context.Context, pm *profilemanager.ProfileManager, pr
}
func switchProfileOnDaemon(ctx context.Context, pm *profilemanager.ProfileManager, handle string, username string) error {
resolvedID, err := switchProfile(context.Background(), handle, username)
resolvedID, err := switchProfile(ctx, handle, username)
if err != nil {
return fmt.Errorf("switch profile on daemon: %v", err)
}