Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerre committed Nov 1, 2023
1 parent c28239c commit 44ed14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- pull_request

jobs:
release:
verify:
runs-on: ubuntu-latest

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion bin/delete-secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const argv = require('minimist')(process.argv.slice(2));
const {inspect} = require('util');
const { SecretsManager } = require("@aws-sdk/client-secrets-manager");
const { SecretsManager } = require('@aws-sdk/client-secrets-manager');
const readline = require('readline');
const readln = readline.createInterface({
input: process.stdin,
Expand Down

0 comments on commit 44ed14d

Please sign in to comment.