We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac302d commit 7c4f04aCopy full SHA for 7c4f04a
src/providers/push/pubnub/pubnub.provider.ts
@@ -2,7 +2,7 @@ import {inject, Provider} from '@loopback/core';
2
import {HttpErrors} from '@loopback/rest';
3
import Pubnub from 'pubnub';
4
import {Aps, MessageConfig, PnApns, TargetsType} from '.';
5
-import {PayloadType} from '..';
+import {PayloadType} from './types';
6
import {Config} from '../../../types';
7
import {PubnubBindings} from './keys';
8
import {PubNubMessage, PubNubNotification, PubNubSubscriberType} from './types';
0 commit comments