This commit is contained in:
MHSanaei
2023-12-11 15:15:06 +01:00
committed by Alireza Ahmadi
parent 24ef749842
commit af54b34f3a
13 changed files with 394 additions and 423 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class DBInbound {
}
}
genInboundLinks() {
genInboundLinks(remarkModel) {
const inbound = this.toInbound();
return inbound.genInboundLinks(this.remark,remarkModel);
}