fix(teal): Adding pds with env when it no longer exists

This commit is contained in:
FoxxMD
2025-11-07 22:44:02 +00:00
parent 04d950980d
commit a429bccf07
+1 -4
View File
@@ -254,10 +254,7 @@ export default class ScrobbleClients {
source: 'ENV',
mode: 'single',
configureAs: 'client',
data: teal,
options: {
pds: teal.pds
}
data: teal
})
}
break;