Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 7d0b706

Browse files
author
andrewstech
committed
Update owl.js to use file system for reading keys
1 parent bb8ee8d commit 7d0b706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/owl.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const jose = require('node-jose');
2+
const fs = require('fs');
23
require('dotenv').config();
34

45
async function loadKeyStore() {

0 commit comments

Comments
 (0)