mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
fix: update pushbullet import to match package (#637)
This commit is contained in:
@@ -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;
|
||||
|
||||
Vendored
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user