Using @trivago/prettier-plugin-sort-imports
This commit is contained in:
parent
4b33cff0d8
commit
85fb7cfa7a
46 changed files with 323 additions and 113 deletions
|
@ -1,8 +1,8 @@
|
|||
import jwt from "jsonwebtoken"
|
||||
import { rejectionErrorFns } from "../errors"
|
||||
import jwtVerifyCatch from "../jwtVerifyCatch"
|
||||
import sendError, { API } from "./sendError"
|
||||
import type { IdToken, RawToken } from "./createTokenDB"
|
||||
import sendError, { API } from "./sendError"
|
||||
import jwt from "jsonwebtoken"
|
||||
|
||||
async function checkTokenIsValid(
|
||||
context: API,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue