Skip to content

Commit

Permalink
Dot env toggle change
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcarl624 committed Jun 19, 2023
1 parent 9693e42 commit 2a8dc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Session } from "../dist/index.js";
import { config } from "dotenv";

if (process.env.USE_DOTENV !== "false") {
if (process.env.USE_DOTENV === "true") {
config();
}

Expand Down

0 comments on commit 2a8dc70

Please sign in to comment.