fix: address instanceof check in github dynamic secret

This commit is contained in:
Sheen Capadngan
2025-07-01 20:45:00 +08:00
parent 30f3543850
commit 4dd78d745b

View File

@@ -1,5 +1,5 @@
import axios from "axios";
import * as jwt from "jsonwebtoken";
import jwt from "jsonwebtoken";
import { BadRequestError, InternalServerError } from "@app/lib/errors";
import { alphaNumericNanoId } from "@app/lib/nanoid";