We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3af41 commit 4a4af65Copy full SHA for 4a4af65
infrastructure/account-data-deleter/src/main.ts
@@ -23,7 +23,6 @@ import { provider as localProvider } from '@cdktf/provider-local';
23
import { provider as nullProvider } from '@cdktf/provider-null';
24
import {
25
ApplicationSQSQueue,
26
- ApplicationSqsSnsTopicsSubscription,
27
PocketVPC,
28
ApplicationDynamoDBTable,
29
ApplicationDynamoDBTableCapacityMode,
packages/aws-utils/src/QueuePoller.ts
@@ -8,7 +8,6 @@ import {
8
} from '@aws-sdk/client-sqs';
9
import * as Sentry from '@sentry/node';
10
import { setTimeout } from 'timers/promises';
11
-import { type Unleash } from 'unleash-client';
12
import { serverLogger } from '@pocket-tools/ts-logger';
13
import * as otel from '@opentelemetry/api';
14
0 commit comments