Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
make dgraph-ttl a Construct instead of a NestedStack
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrillo-grapl committed Jun 19, 2020
1 parent 0ae398c commit 77bb695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/grapl-cdk/lib/grapl-cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class EngagementCreator extends cdk.NestedStack {
}
}

class DGraphTtl extends cdk.NestedStack {
class DGraphTtl extends cdk.Construct {

constructor(
scope: cdk.Construct,
Expand Down

0 comments on commit 77bb695

Please sign in to comment.