Compare commits
1 Commits
main
...
fix/stt-co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1abf37af5a |
@@ -110,7 +110,7 @@ class STTService {
|
|||||||
*/
|
*/
|
||||||
async getProviderSchema(req) {
|
async getProviderSchema(req) {
|
||||||
const appConfig =
|
const appConfig =
|
||||||
req.config ??
|
req?.config ??
|
||||||
(await getAppConfig({
|
(await getAppConfig({
|
||||||
role: req?.user?.role,
|
role: req?.user?.role,
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user