fix: make canBeUsed non async
This commit is contained in:
@@ -34,7 +34,7 @@ class AzureTTS implements TTSModule {
|
||||
return { data: Buffer.concat(buffers) };
|
||||
}
|
||||
|
||||
async canBeUsed(): Promise<boolean> {
|
||||
canBeUsed(): boolean {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user