sending message works

This commit is contained in:
Arjun Patel
2022-01-16 11:14:41 -08:00
parent 8b76f323a4
commit 54c86d7e29
4 changed files with 45 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default class CloudStorageService {
/**
* return the
*/
async uploadMessageAudioFile(audioFile: File): Promise<string | Error> {
async uploadMessageAudioFile(audioFile: File): Promise<string> {
// Create the file metadata
/** @type {any} */
const metadata = {