This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 013c56414 chore: removed dotenv in bindings/nodejs/index.js (#3579)
013c56414 is described below
commit 013c56414358005f15ded83d715f2ecf9b2ac324
Author: Alex Curtis-Slep <[email protected]>
AuthorDate: Mon Nov 13 18:59:17 2023 -0500
chore: removed dotenv in bindings/nodejs/index.js (#3579)
---
bindings/nodejs/index.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/bindings/nodejs/index.js b/bindings/nodejs/index.js
index 47805a144..1200443d5 100644
--- a/bindings/nodejs/index.js
+++ b/bindings/nodejs/index.js
@@ -19,7 +19,6 @@
/// <reference types="node" />
-require('dotenv').config()
const { Operator } = require('./generated.js')
module.exports.Operator = Operator