Skip to content

Commit d7360f7

Browse files
authored
fix: update pushbullet import to match package (jef#637)
1 parent ab4f779 commit d7360f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/notification/pushbullet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {Link, Store} from '../store/model';
22
import {Print, logger} from '../logger';
3-
import PushBullet from '@hijef/pushbullet';
3+
import PushBullet from '@jef/pushbullet';
44
import {config} from '../config';
55

66
const pushbullet = config.notifications.pushbullet;

src/types/pushbullet.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare module '@hijef/pushbullet' {
1+
declare module '@jef/pushbullet' {
22
export type DeviceParams = string | number | Record<string, any>;
33

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

0 commit comments

Comments
 (0)