Skip to content

Commit

Permalink
fix: Fix importing Orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
limhjgrace committed Jul 1, 2024
1 parent f2c5612 commit c3e2e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/CognitoIdentityClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { HttpHandler, HttpRequest } from '@aws-sdk/protocol-http';
import { AwsCredentialIdentity } from '@aws-sdk/types';
import { responseToJson } from './utils';
import { IDENTITY_KEY } from '../utils/constants';
import { Config } from 'orchestration/Orchestration';
import { Config } from '../orchestration/Orchestration';

const METHOD = 'POST';
const CONTENT_TYPE = 'application/x-amz-json-1.1';
Expand Down

0 comments on commit c3e2e61

Please sign in to comment.