GITLAB
Komodo
/ komodo-sdk
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
1
Merge Requests
0
Wiki
Commits
Compare
Branches
1
Tags
285
Stats
Compare View
switch
from
...
to
Commits (2)
ce13912f1
hapus duplikat parameter handler
Browse Code »
Adhidarma Hadiwinoto
2017-11-30 18:18:07 +0700
d7d646b04
1.13.12
Browse Code »
Adhidarma Hadiwinoto
2017-11-30 18:18:15 +0700
Changes
Showing
2 changed files
Side-by-side Diff
gateway/pull.js
package.json
gateway/pull.js
Diff comments
View file @
d7d646b
...
...
@@ -115,7 +115,6 @@ function report(data) {
115
115
handler: config.handler_name,
116
116
sn: data.sn,
117
117
amount: data.amount,
118
- handler: config.handler_name,
119
118
raw: data.raw,
120
119
misc: data.misc
121
120
}
package.json
Diff comments
View file @
d7d646b
1
1
{
2
2
"name": "komodo-sdk",
3
- "version": "1.13.1
1
",
3
+ "version": "1.13.1
2
",
4
4
"description": "SDK for Komodo",
5
5
"main": "index.js",
6
6
"scripts": {