chore: clean up and bump node version

This commit is contained in:
Jef LeCompte
2021-01-17 13:44:05 -05:00
parent b2ebac36c0
commit dbde7814af
19 changed files with 38 additions and 40 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {config} from '../config';
import {join} from 'path';
import notifier from 'node-notifier';
const desktop = config.notifications.desktop;
const {desktop} = config.notifications;
export function sendDesktopNotification(link: Link, store: Store) {
if (desktop) {