Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Jul 29, 2023
1 parent 5460e1e commit 068ed3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/secrets-service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import createDebug from 'debug';
import fs from 'node:fs';
import config, { sqlDir } from '../load-config.js';
import { sqlDir } from '../load-config.js';
import { join } from 'node:path';
import getAccountDb from '../account-db.js';

Expand Down

0 comments on commit 068ed3a

Please sign in to comment.