chore: lint

This commit is contained in:
xiaojunnuo
2026-07-15 01:25:55 +08:00
parent 167b303fae
commit 6cc74a1c0a
26 changed files with 29 additions and 75 deletions
@@ -48,7 +48,7 @@ export class PluginService extends BaseService<PluginEntity> {
@Inject()
builtInPluginService: BuiltInPluginService;
//@ts-ignore
//@ts-ignore
getRepository() {
return this.repository;
}
@@ -297,7 +297,7 @@ export class PluginService extends BaseService<PluginEntity> {
await this.refreshPluginDeps();
}
async refreshPluginDeps(){
async refreshPluginDeps() {
const service = getRuntimeDepsService();
service.refreshPluginDeps();
}
@@ -566,5 +566,3 @@ export class PluginService extends BaseService<PluginEntity> {
}
}
}