Skip to content
Snippets Groups Projects
Commit 2ac0bac6 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

feat(*): expose isEnvVariableTrue helper function

parent 919712e3
No related branches found
No related tags found
1 merge request!93feat(*): expose isEnvVariableTrue helper function
......@@ -30,6 +30,7 @@ const {
const WaxToDocxConverter = require('./services/docx/docx.service')
const activityLog = require('./services/activityLog')
const { isEnvVariableTrue } = require('./utils/env')
// Do not expose connectToFileStorage
const fileStorage = {
......@@ -74,6 +75,7 @@ module.exports = {
migrate,
createTables,
useTransaction,
isEnvVariableTrue,
cron,
uuid,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment