diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-17 02:05:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-17 02:05:08 +0300 |
| commit | 688a68aba92759afda1e3d7355bf4f8d07e8d721 (patch) | |
| tree | c79da826c4dc58ca6b024a419959ed3475599a10 /web/assets/js/model/models.js | |
| parent | a3e562896178fadc3df5a921669e75824180ccf8 (diff) | |
| parent | bc56e637376142c370c31b17558fc3778a863bd2 (diff) | |
Merge pull request #25 from MHSanaei/dev
pack
Diffstat (limited to 'web/assets/js/model/models.js')
| -rw-r--r-- | web/assets/js/model/models.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js index 80132a1e..e7b3ce84 100644 --- a/web/assets/js/model/models.js +++ b/web/assets/js/model/models.js @@ -155,7 +155,7 @@ class DBInbound { } } - genLink(clientIndex = 0) { + genLink(clientIndex) { const inbound = this.toInbound(); return inbound.genLink(this.address, this.remark, clientIndex); } |
