Skip to content

Commit

Permalink
Update from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Mar 15, 2024
1 parent e663b98 commit bdbe021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/client/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import { WithProgress, WithStatus } from "./mixins";

const MANAGER_PATH = "/org/opensuse/Agama/Manager1";
const MANAGER_SERVICE = "org.opensuse.Agama.Manager1";

/**
* Manager base client
Expand Down Expand Up @@ -129,7 +130,7 @@ class ManagerBaseClient {
* Client to interact with the Agama manager service
*/
class ManagerClient extends WithProgress(
WithStatus(ManagerBaseClient, "/manager/status", "org.opensuse.Agama.Manager1"),
WithStatus(ManagerBaseClient, "/manager/status", MANAGER_SERVICE),
MANAGER_PATH,
) {}

Expand Down

0 comments on commit bdbe021

Please sign in to comment.