Skip to content

Commit

Permalink
Fix for 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spg committed Jun 25, 2019
1 parent 0cb565a commit a6c350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-sns-subscriptions/lib/url.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sns = require('@aws-cdk/aws-sns');
import { Token } from '@aws-cdk/cdk';
import { Token } from '@aws-cdk/core';
import { SubscriptionProps } from './subscription';

/**
Expand Down

0 comments on commit a6c350c

Please sign in to comment.