Skip to content

Commit 3dad3ec

Browse files
committed
fix: ignore passport type error again
1 parent 78bf3fb commit 3dad3ec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/strapi/config/admin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// @ts-expect-error no declaration file for this
2-
31
import { decode } from "jsonwebtoken";
2+
// @ts-expect-error no declaration file for this
43
import AzureAdOAuth2Strategy from "passport-azure-ad-oauth2";
54

65
export type Env = {

0 commit comments

Comments
 (0)