Skip to content

Commit

Permalink
Update VoiceAnalyser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore authored Mar 4, 2025
1 parent 12a7ad4 commit c47d8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/VoiceAnalyser.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import {
} from "./constants";
import config from "./urlConstants.json";
import { filterBadWords } from "./Badwords";
// import S3Client from '../config/awsS3';
import { PutObjectCommand } from "@aws-sdk/client-s3";
import S3Client from "../config/awsS3";
/* eslint-disable */

const AudioPath = {
Expand Down

0 comments on commit c47d8fa

Please sign in to comment.