1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-02-09 16:28:43 +01:00

Perform node-mac-notifier regression

Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
Marquis Kurt 2019-10-02 11:46:07 -04:00
parent a60aa95077
commit 74bb71631a
No known key found for this signature in database
GPG Key ID: 725636D259F5402D

View File

@ -206,14 +206,7 @@ export class AppLayout extends Component<any, IAppLayoutState> {
break;
}
sendNotificationRequest(
primaryMessage,
secondaryMessage,
notif.type == "mention",
(response: string) => {
console.log(response);
}
);
sendNotificationRequest(primaryMessage, secondaryMessage);
}
});
}