Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 18, 2023
1 parent abc27e6 commit 3c9eec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/access.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Buffer } from "node:buffer";
import type { DataObject } from "./Uint8ArrayFromObject";
import decrypt from "./decrypt.js";
import Uint8ArrayFromObject from "./Uint8ArrayFromObject.js";
import decrypt from "./decrypt.js";

export default async (
Key: JsonWebKey["k"],
Expand Down

0 comments on commit 3c9eec5

Please sign in to comment.