8282-testToMaster #3284

Merged
alexm merged 157 commits from 8282-testToMaster into master 2024-12-10 06:18:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9da5b4ecda - Show all commits

View File

@ -26,7 +26,7 @@ module.exports = function(Self) {
fields: ['appName', 'url'],
where: {
appName: {inq: appNames},
environment: process.env.NODE_ENV ?? 'development',
environment: process.env.NODE_ENV ?? 'dev',
}
};