Skip to content

Commit 5831e9d

Browse files
Remove unused import of DefaultAzureCredential
1 parent 3b4ac77 commit 5831e9d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

javascript/src/entra-connection.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
import { DefaultAzureCredential } from '@azure/identity';
5-
64
/**
75
* Configure Sequelize instance to use Entra ID authentication
86
* @param {Sequelize} sequelizeInstance - The Sequelize instance to configure
@@ -77,4 +75,4 @@ function decodeJwtToken(token) {
7775
console.error('Error decoding JWT token:', error);
7876
return null;
7977
}
80-
}
78+
}

0 commit comments

Comments
 (0)