Skip to content

Commit

Permalink
Change dbus interface name to dev.projectgauntlet.Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Feb 13, 2024
1 parent ebe8837 commit 2b2e339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { sessionBus } from "dbus-ts";


export type Interfaces = {
"dev.projectgauntlet.Server.Management": dev.projectgauntlet.Server.Management
"dev.projectgauntlet.Server": dev.projectgauntlet.Server.Management
}
export namespace dev {
export namespace projectgauntlet {
Expand Down Expand Up @@ -37,7 +37,7 @@ export async function dev() {
const management = await messageBus.getInterface(
"dev.projectgauntlet.Gauntlet",
"/dev/projectgauntlet/Server",
"dev.projectgauntlet.Server.Management"
"dev.projectgauntlet.Server"
);

watcher.on('event', async (event) => {
Expand Down

0 comments on commit 2b2e339

Please sign in to comment.