Skip to content

Commit

Permalink
fix: Update AmazonAIConvertPredictionsProvider.ts (#11453)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrytsui committed Jun 14, 2023
1 parent 3d17208 commit 129e35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
MessageHeaderValue,
} from '@aws-sdk/eventstream-marshaller';
import { fromUtf8, toUtf8 } from '@aws-sdk/util-utf8-node';
import { Buffer } from 'buffer/';
import { Buffer } from 'buffer';

const logger = new Logger('AmazonAIConvertPredictionsProvider');
const eventBuilder = new EventStreamMarshaller(toUtf8, fromUtf8);
Expand Down

0 comments on commit 129e35f

Please sign in to comment.