Skip to content

Commit b6a2e1b

Browse files
committed
redeploy session service
1 parent 8ae49ad commit b6a2e1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

session-service/src/audio-service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import cors from "cors";
77
interface AudioData {
88
buffer: Float32Array; // Assuming audio data is sent as a Float32Array
99
// Add more fields if necessary, e.g., sampleRate, channels, etc.
10-
1110
}
1211

1312
const app = express();

0 commit comments

Comments
 (0)