Skip to content

Commit

Permalink
Merge pull request #199 from cloudflare/zeb/export-secret-var
Browse files Browse the repository at this point in the history
fix: export Var and Secret
  • Loading branch information
zebp committed Jun 10, 2022
2 parents eacdadd + 9ef1dfb commit 14c14fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/lib.rs
Expand Up @@ -28,7 +28,7 @@ pub use crate::cors::Cors;
pub use crate::date::{Date, DateInit};
pub use crate::delay::Delay;
pub use crate::durable::*;
pub use crate::env::Env;
pub use crate::env::{Env, Secret, Var};
pub use crate::error::Error;
pub use crate::formdata::*;
pub use crate::global::Fetch;
Expand Down

0 comments on commit 14c14fc

Please sign in to comment.