freedom - default settings

This commit is contained in:
mhsanaei
2024-10-17 10:36:05 +02:00
parent 514c4909a4
commit 2950ce0c17
5 changed files with 21 additions and 11 deletions

View File

@@ -140,9 +140,9 @@ class DBInbound {
return false;
}
}
genInboundLinks(remarkModel) {
genInboundLinks(remarkModel) {
const inbound = this.toInbound();
return inbound.genInboundLinks(this.remark,remarkModel);
return inbound.genInboundLinks(this.remark, remarkModel);
}
}