We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f74636 commit c51e4f5Copy full SHA for c51e4f5
api/jobs/ping.js
@@ -23,7 +23,6 @@ class PingJob extends job.Job {
23
24
try {
25
var custom = await tracker.getAllData();
26
- console.log("custom", custom);
27
if (Object.keys(custom).length) {
28
user.user_details({"custom": custom });
29
}
0 commit comments