Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Mar 4, 2025
1 parent f111955 commit 87d47b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Binary } from '../tdf3/index.js';
import { type KeyAccessObject } from '../tdf3/src/models/index.js';
import { valueFor } from './web/policy/mock-attrs.js';
import { AttributeAndValue } from '../src/policy/attributes.js';
import { ztdfSalt } from 'tdf3/src/crypto/salt.js';
import { ztdfSalt } from '../tdf3/src/crypto/salt.js';

const Mocks = getMocks();

Expand Down

0 comments on commit 87d47b3

Please sign in to comment.