refs #5890 fix: dev

This commit is contained in:
Sergio De la torre 2024-03-21 17:28:08 +01:00
parent f1e8f965b3
commit f18d61d17d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = Self => {
const {url} = await Self.app.models.Url.findOne({
where: {
appName,
environment: process.env.NODE_ENV || 'development'
environment: process.env.NODE_ENV || 'dev'
}
});
return url;