Skip to content

Commit

Permalink
fix: minor import fix (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkumar1612 authored Nov 21, 2024
1 parent a0e5642 commit 1b02c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/utils/crypto.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import crypto, { BinaryToTextEncoding } from 'crypto';
import { KmsKeyringNode, buildClient, CommitmentPolicy } from '@aws-crypto/client-node';
import { server } from 'server';
import { server } from '../server.js';

function createDigest(encodedData: string, format: BinaryToTextEncoding, hmacSecret: string) {
return crypto
Expand Down

0 comments on commit 1b02c76

Please sign in to comment.