From af54b34f3a4035cebecf9e614142b6ad5ac06c40 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 10 Dec 2023 20:43:48 +0330 Subject: v2.0.0 --- web/assets/js/model/dbinbound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/assets/js/model/dbinbound.js') diff --git a/web/assets/js/model/dbinbound.js b/web/assets/js/model/dbinbound.js index a7157f49..d8d0b94f 100644 --- a/web/assets/js/model/dbinbound.js +++ b/web/assets/js/model/dbinbound.js @@ -137,7 +137,7 @@ class DBInbound { } } - genInboundLinks() { + genInboundLinks(remarkModel) { const inbound = this.toInbound(); return inbound.genInboundLinks(this.remark,remarkModel); } -- cgit v1.2.3