I moved all the "populate" functions for the DB into their own .js file (such that the other DB files aren't dependent on the "data" .js files we import, etc).
This should be pretty much a "no-brainer" PR, since these functions are never called in our code. We only call them when we need to every once in awhile.
I moved all the "populate" functions for the DB into their own .js file (such that the other DB files aren't dependent on the "data" .js files we import, etc).
This should be pretty much a "no-brainer" PR, since these functions are never called in our code. We only call them when we need to every once in awhile.