@@ -21,7 +21,9 @@ export class OperaterConfigService {
}
async all() {
- return await this.operatorConfigRepository.find()
+ return await this.operatorConfigRepository.findBy({
+ enabled: true
+ })
async random() {