Skip to content

Commit

Permalink
modify import
Browse files Browse the repository at this point in the history
  • Loading branch information
anyoussefinia committed Dec 11, 2024
1 parent 67cffa8 commit d189f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/admin/handlers/addPropertyToJWT.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getUser } from "../../app-api/getUserV2";
import { getUser } from "../../app-api/getUser";

const handler = async (event) => {
console.log("JWT claims before modification:", JSON.stringify(event));
Expand Down

0 comments on commit d189f6d

Please sign in to comment.