Skip to content

Commit 1a7f8cb

Browse files
committed
Linter
1 parent 099cddd commit 1a7f8cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/web/src/components/tools/auth0/dashboard.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default function Auth0Dashboard() {
9797
token,
9898
'auth0_applications'
9999
),
100-
pipe<{ data: Array<{ id: string, connection_name: string }> }>(
100+
pipe<{ data: Array<{ connection_id: string, connection_name: string }> }>(
101101
token,
102102
'auth0_connections'
103103
)
@@ -112,7 +112,6 @@ export default function Auth0Dashboard() {
112112
}, [token])
113113

114114
useEffect(() => {
115-
let mounted = true
116115

117116
async function fetchMetrics() {
118117
if (!token) return

0 commit comments

Comments
 (0)