Skip to content

Commit

Permalink
Fix ts lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
cass-moz committed Jun 18, 2024
1 parent b19e0e7 commit eda1e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aws/src/pocketAlbApplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
PocketALBApplication,
PocketECSCodePipeline,
} from '@pocket-tools/terraform-modules';
import { config, isDev } from './config';
import { config } from './config';
import { Construct } from 'constructs';
import {
DataAwsCallerIdentity,
Expand Down

0 comments on commit eda1e6c

Please sign in to comment.