Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed Dec 11, 2024
1 parent 0461e4e commit b7ba2f0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ import { WingbackManagerModule } from '@services/external/wingback';
import { LicensingWingbackSubscriptionService } from './licensing.wingback.subscription.service';
import { PlatformAuthorizationPolicyModule } from '@platform/authorization/platform.authorization.policy.module';
import { LicensingWingbackSubscriptionServiceResolverMutations } from './licensing.wingback.subscription.resolver.mutations';
import { AuthorizationModule } from '@core/authorization/authorization.module';

@Module({
imports: [WingbackManagerModule, PlatformAuthorizationPolicyModule],
imports: [
WingbackManagerModule,
PlatformAuthorizationPolicyModule,
AuthorizationModule,
],
providers: [
LicensingWingbackSubscriptionService,
LicensingWingbackSubscriptionServiceResolverMutations,
Expand Down

0 comments on commit b7ba2f0

Please sign in to comment.