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 DougsCER committed Jul 25, 2023
1 parent 272c0fd commit 6748064
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 6748064

Please sign in to comment.