Skip to content

Commit bf87a37

Browse files
authored
Update server.mjs
1 parent 2477c65 commit bf87a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import {
1111
signReceiptEd25519Sha256,
1212
verifyReceiptEd25519Sha256,
1313
CANONICAL_ID_SORTED_KEYS_V1,
14-
verifyRuntimeReceiptV1WithEns
1514
} from "@commandlayer/runtime-core";
1615

16+
1717
const app = express();
1818
app.use(express.json({ limit: "2mb" }));
1919

0 commit comments

Comments
 (0)