Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lmouhib committed Feb 7, 2024
1 parent 68bc9f5 commit 1ac8972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/* eslint-disable */
import { Sha256 } from '@aws-crypto/sha256-js';
import { defaultProvider } from '@aws-sdk/credential-provider-node';
import { NodeHttpHandler } from '@aws-sdk/node-http-handler';
import { HttpRequest } from '@aws-sdk/protocol-http';
import { SignatureV4 } from '@aws-sdk/signature-v4';
/* eslint-enable */

const region = process.env.REGION!;
const endpoint = process.env.ENDPOINT!;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-disable */
import { SecretsManagerClient, GetSecretValueCommand } from '@aws-sdk/client-secrets-manager';
/* eslint-enable */
import { sendRequest } from './helper';

const region = process.env.REGION!;
Expand Down

0 comments on commit 1ac8972

Please sign in to comment.