We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5909d8c commit 8bb3d82Copy full SHA for 8bb3d82
lib/tdf3/src/splits.ts
@@ -73,9 +73,7 @@ export class SplitKey {
73
} else if (typeof metadata === 'string') {
74
metadataStr = metadata;
75
} else {
76
- throw new ConfigurationError(
77
- "KAO generation failure: metadata isn't a string or object"
78
- );
+ throw new ConfigurationError("KAO generation failure: metadata isn't a string or object");
79
}
80
81
const metadataBinary = Binary.fromArrayBuffer(new TextEncoder().encode(metadataStr));
0 commit comments