Skip to content

Commit

Permalink
Remove unused var in encryption test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier committed Apr 1, 2024
1 parent 54fff24 commit 74105df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/encryption.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
_arrayBufferToBase64,
} from "./encryption";

import { Jose, JoseJWE } from "jose-jwe-jws";
import { Jose } from "jose-jwe-jws";
import * as jose from "jose";

const ERROR_NO_KEY =
Expand Down

0 comments on commit 74105df

Please sign in to comment.