Skip to content

Commit 018f1d4

Browse files
committed
Typo fix
1 parent 2469d35 commit 018f1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-sdks/rust-bridge/rust-bridge-macros/src/javascript.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ pub fn generate_javascript_methods(
293293

294294
typescript_declarations.push('}');
295295

296-
let path = std::env::var("PYTHON_STUB_FILE");
296+
let path = std::env::var("TYPESCRIPT_DECLARATION_FILE");
297297
if let Ok(path) = path {
298298
let mut file = OpenOptions::new()
299299
.create(true)

0 commit comments

Comments
 (0)