Skip to content

Commit

Permalink
chore(examples): improve sample
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Dec 26, 2020
1 parent 0b61f50 commit 550c443
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/index.js
@@ -1,9 +1,4 @@
/**
* @description example of ensuring unique job
*/

// require('kue-unique') here
const kue = require('../src/index');
import kue from '../src/index';

const q = kue.createQueue();

Expand Down

0 comments on commit 550c443

Please sign in to comment.