facn2 / The-Munching-VASS

Web application for FACN cooking schedule
https://themunchingvass.herokuapp.com/
0 stars 1 forks source link

Mixed methods used to apply content type headers #70

Open finnhodgkin opened 7 years ago

finnhodgkin commented 7 years ago

https://github.com/facn2/The-Munching-VASS/blob/master/src/handler.js#L11-L39

You use both methods ({"Content-Type":"text/html"} and 'Content-Type:text/html') to set content types. Very minor issue but try to keep code consistent for readability. :smile:

Miss you all.

sajedazoabi commented 7 years ago

thanks, @finnhodgkin - we will pay attention to that for sure!