Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2023
1 parent 4844320 commit 9dd9460
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/renderer/src/dependencies/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export const conversionSaveFolderPath = homeDirectory
? joinPath(homeDirectory, paths["root"], ...paths.subfolders.conversions)
: "";



// Encryption
const IV_LENGTH = 16;
const KEY_LENGTH = 32;
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/progress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
isStorybook,
appDirectory,
ENCRYPTION_KEY,
ENCRYPTION_IV
ENCRYPTION_IV,
} from "../dependencies/simple.js";
import { fs, crypto } from "../electron/index.js";

Expand Down

0 comments on commit 9dd9460

Please sign in to comment.