Skip to content

Commit 7c4f04a

Browse files
fix(provider): payloadtype path in pubnub provider (#79)
GH-0
1 parent 4ac302d commit 7c4f04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/push/pubnub/pubnub.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {inject, Provider} from '@loopback/core';
22
import {HttpErrors} from '@loopback/rest';
33
import Pubnub from 'pubnub';
44
import {Aps, MessageConfig, PnApns, TargetsType} from '.';
5-
import {PayloadType} from '..';
5+
import {PayloadType} from './types';
66
import {Config} from '../../../types';
77
import {PubnubBindings} from './keys';
88
import {PubNubMessage, PubNubNotification, PubNubSubscriberType} from './types';

0 commit comments

Comments
 (0)