Skip to content

Commit 87348c8

Browse files
committed
fix: remove unused import
1 parent 285ac71 commit 87348c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const { MemberProfile, MemberStats } = require('../models')
1212
const errors = require('./errors')
1313
const logger = require('./logger')
1414
const m2mAuth = require('tc-core-library-js').auth.m2m
15-
const AWS = require('aws-sdk')
1615
const { Client: ESClient } = require('@opensearch-project/opensearch')
1716
const m2m = m2mAuth(_.pick(config, ['AUTH0_URL', 'AUTH0_AUDIENCE', 'TOKEN_CACHE_TIME', 'AUTH0_PROXY_SERVER_URL']))
1817
const busApi = require('tc-bus-api-wrapper')

0 commit comments

Comments
 (0)