fix(voice): restore failed transcription recovery
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit"
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "tsc --noEmit false --outDir .test-dist && node --test tests/voice-state.test.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"miniprogram-api-typings": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user