Skip to content

Commit

Permalink
Update policies-pdk-configure-features-dataweave.adoc
Browse files Browse the repository at this point in the history
The import use pdk::hl::authentication::Authentication
Was incorrect, this code doesn't compile
The correct import is use pdk::authentication::Authentication
  • Loading branch information
damiancalabresi authored Mar 20, 2024
1 parent b14a673 commit b503abc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ use anyhow::Result;
use crate::generated::config::Config;
use pdk::hl::authentication::{Authentication, AuthenticationHandler};
use pdk::authentication::{Authentication, AuthenticationHandler};
use pdk::logger::info;
use pdk::hl::*;
use pdk::script::{Evaluator, HandlerAttributesBinding, Value};
Expand Down

0 comments on commit b503abc

Please sign in to comment.