Skip to content

Commit

Permalink
fix(routes): fix initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed May 6, 2024
1 parent c10ad48 commit fdf28c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipc/routes.cc
Expand Up @@ -1621,7 +1621,7 @@ static void mapIPCRoutes (Router *router) {
}


const auto notification = Notifications::Notification(message.get("id"));
const auto notification = Notifications::Notification { message.get("id") };
router->bridge->core->notifications.close(notification);

reply(Result { message.seq, message, JSON::Object::Entries {
Expand Down

0 comments on commit fdf28c0

Please sign in to comment.