修复自定义通知

This commit is contained in:
whyour
2023-03-07 22:20:08 +08:00
parent 98dfa4c425
commit b2167ae5e4
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export default class SubscriptionService {
}
}
private async setSshConfig() {
public async setSshConfig() {
const docs = await SubscriptionModel.findAll();
this.sshKeyService.setSshConfig(docs);
}