Compare View
Commits (2)
Changes
Showing 3 changed files Side-by-side Diff
gateway/pull.js
... | ... | @@ -203,7 +203,7 @@ function forwardCoreTaskToPartner(coreMessage, start_time) { |
203 | 203 | return; |
204 | 204 | } |
205 | 205 | |
206 | - const core_pull_request_time = start_time ? (new Date() -- start_time) / 1000 : null; | |
206 | + const core_pull_request_time = start_time ? (new Date() - start_time) / 1000 : null; | |
207 | 207 | |
208 | 208 | incrementCounterTrx(); |
209 | 209 |
package-lock.json