Skip to content

Commit

Permalink
Node: index.ts updated
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateek-kumar-improving committed Jan 29, 2025
1 parent 5828ee9 commit 297db5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/npm/glide/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function loadNativeBinding() {
let scope = process.env.scope || "@scope";
let nativeBinding = [];
let nativeStr = process.env.native_binding;
console.log(nativeStr);
if (scope == "@scope") {
scope = "@valkey/"
}
Expand Down

0 comments on commit 297db5b

Please sign in to comment.