Skip to content

Commit

Permalink
Update notification.ts
Browse files Browse the repository at this point in the history
Fix for jef#468
  • Loading branch information
fsckin committed Oct 9, 2020
1 parent 6b9d8cd commit 55489b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notification/notification.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Link, Store} from '../store/model';
import {playSound} from './sound';
import {sendDesktopNotification} from './desktop';
import {playSound} from './sound';
import {sendDiscordMessage} from './discord';
import {sendEmail} from './email';
import {sendPushbulletNotification} from './pushbullet';
Expand Down

0 comments on commit 55489b8

Please sign in to comment.