Skip to content

Commit

Permalink
only import sign
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9smith authored and Divya committed Jul 25, 2023
1 parent e8a8ae4 commit dfe1cf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oidc/token/oidc-token-api-stub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
TokenResponse,
UserInfo,
} from "./models";
import * as jwt from "jsonwebtoken";
const { sign } = jwt;
import { sign } from "jsonwebtoken";

// const newUserInfo = (): UserInfo => ({
// sub: uuid(),
Expand Down

0 comments on commit dfe1cf5

Please sign in to comment.