Skip to content

Conversation

@emilkoto
Copy link

Checked!

@andreialecu andreialecu requested a review from rgolea January 10, 2018 14:55
});
} else if (ctx.method === "HEAD" && this.events.head) {
this.events.head.run(ctx, domain, function (err) {
ctx.done();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emilkoto you need to apply the parameters properly here ctx.done(err, result) or whatever you might need here.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emilkoto I think it would be ctx.done(err, '');

@fotoflo
Copy link

fotoflo commented Jun 17, 2019

Hello, any reason this has not merged yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants