Skip to content

Commit

Permalink
prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Torres committed Aug 21, 2024
1 parent 0bb7c0c commit b7c7449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/infra/iac/templates/aws/rds_subnet_group/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ type AllProperties = Args & ReturnType<typeof properties>

function importResource(args: AllProperties): aws.rds.SubnetGroup {
return aws.rds.SubnetGroup.get(args.Name, args.DeployedName)
}
}

0 comments on commit b7c7449

Please sign in to comment.