Skip to content

Commit 59257c9

Browse files
committed
fix dotenv
Signed-off-by: Tobias Gurtzick <[email protected]>
1 parent 524570e commit 59257c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function dbmigrate (plugins, isModule, options, callback) {
5050
if (config.dotenvCustomPath) {
5151
dotenvConfig.path = config.dotenvCustomPath;
5252
}
53-
dotenv.load(dotenvConfig);
53+
dotenv.config(dotenvConfig);
5454

5555
/* $lab:coverage:off$ */
5656
if (!options || !options.throwUncatched) load('helper/register-events')();

0 commit comments

Comments
 (0)