Skip to content

Commit 9f9fef1

Browse files
authored
Update tdf.ts
1 parent c4b6003 commit 9f9fef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tdf3/src/tdf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
SplitType,
2222
} from './models/index.js';
2323
import { base64 } from '../../src/encodings/index.js';
24-
import { ZipReader, ZipWriter, keyMerge, buffToString, concatUint8 } from './utils/index.js';
24+
import { ZipReader, ZipWriter, keyMerge, concatUint8 } from './utils/index.js';
2525
import { Binary } from './binary.js';
2626
import { KasPublicKeyAlgorithm, KasPublicKeyInfo, OriginAllowList } from '../../src/access.js';
2727
import {

0 commit comments

Comments
 (0)