We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1449bf commit 4f1c133Copy full SHA for 4f1c133
example.js
@@ -7,6 +7,4 @@ jobserver.jobs.start('theapp', 'com.foo.blah.awesome', {context: 'awesome', sync
7
8
jobserver.jobs.result('5ab8f3f9-c7d1-42ec-87cb-344d0d0b5c5c', function(err, data){
9
console.log(data);
10
-});
11
-
12
-// 5ab8f3f9-c7d1-42ec-87cb-344d0d0b5c5c
+});
0 commit comments