Skip to content

Commit

Permalink
fix: update pushbullet import to match package (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinefer committed Oct 29, 2020
1 parent ab4f779 commit d7360f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/notification/pushbullet.ts
@@ -1,6 +1,6 @@
import {Link, Store} from '../store/model';
import {Print, logger} from '../logger';
import PushBullet from '@hijef/pushbullet';
import PushBullet from '@jef/pushbullet';
import {config} from '../config';

const pushbullet = config.notifications.pushbullet;
Expand Down
2 changes: 1 addition & 1 deletion src/types/pushbullet.d.ts
@@ -1,4 +1,4 @@
declare module '@hijef/pushbullet' {
declare module '@jef/pushbullet' {
export type DeviceParams = string | number | Record<string, any>;

export type PushBulletCallback = ((error: Error) => void) | ((error?: null, response: any) => void);
Expand Down

0 comments on commit d7360f7

Please sign in to comment.