Skip to content

Commit

Permalink
fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Jan 30, 2024
1 parent a82d687 commit d9adc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/jwt_auth/src/jwks_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl JwksProvider {
match &self.config {
JwksProviderSourceConfig::Remote { prefetch, .. } => match prefetch {
Some(prefetch) => {
if prefetch {
if *prefetch {
tracing::warn!("jwks prefetching is not supported on wasm32, ignoring");
}

Expand Down

0 comments on commit d9adc53

Please sign in to comment.