cds-snc / node-starter-app

Quick start application setup.... because you have to start somewhere.
MIT License
5 stars 3 forks source link

Fixed typo #140

Closed smcmurtry closed 4 years ago

smcmurtry commented 4 years ago

This is just a straight up typo. See the function definition in utils/data.helpers.js:

const getViewData = (req, optionalParams = {}) => {

I noticed this because it was causing client side js to not be loaded for the start page.

As far as I can tell this should not break any functionality for existing apps.