Skip to content

Commit

Permalink
style: run ESLint over key-vault
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Oct 21, 2023
1 parent 90146a1 commit 244de86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/key-vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Options = {
const keyVaultModule = async ( {
azure: { tenantId },
identity: { resourceGroup, servicePrincipal },
}: Options) => new keyvault.Vault('shabad-os-tools', {
}: Options ) => new keyvault.Vault( 'shabad-os-tools', {
vaultName: 'shabad-os-tools',
resourceGroupName: resourceGroup.name,
location: resourceGroup.location,
Expand Down

0 comments on commit 244de86

Please sign in to comment.