Skip to content
Snippets Groups Projects
Unverified Commit 161bce1a authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update deliver.ts

parent 66437f31
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ export default async (job: kue.Job, done): Promise<void> => {
done();
} else {
console.warn(`deliver failed: ${res.statusMessage}`);
done(res);
done(res.statusMessage);
}
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment