kunal khairnar

Results 6 comments of kunal khairnar

Yes, We can add .env.example file, I will do those changes. Thanks

Actually here functions are exported so that other controller's can take advantages of those functions, instead of writing **'exports.start = start'** we can also do this **'export function start'**

Please let me know do you need any code change for this.

You can access the query params like below: let {params} = req.query

I tried to reproduce this issue but not able to reproduce the same. Once I select the time and date I see the confirmation page and the same event calendar...

Hey @dinfyru If you want the setTimeout, you can execute the function loadOption, making closure with the value of 'inputValue'. So when timeout ends, and function is ready to execute...