Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Oublie du callback
Browse files Browse the repository at this point in the history
Le callback pour relancer la queue.
  • Loading branch information
Hydrog3n committed Jul 8, 2015
1 parent 4066837 commit 711174e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var q = async.queue(function(path, callback) {
s.upload(path, function(shortlink){
copyShortLink(shortlink, path);
});

callback();
}, 1);

function copyShortLink(shortlink, path) {
Expand Down

0 comments on commit 711174e

Please sign in to comment.