8267-devToTest #3270

Merged
alexm merged 131 commits from 8267-devToTest into test 2024-12-03 12:18:21 +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',
}
};