We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20b953 commit 3e65805Copy full SHA for 3e65805
src/lib/ans-104.ts
@@ -92,7 +92,7 @@ export function normalizeAns104DataItem({
92
ans104DataItem: Record<string, any>;
93
dataHash: string;
94
}): NormalizedDataItem {
95
- let contentType: string;
+ let contentType: string | undefined;
96
97
const tags = (ans104DataItem.tags || []).map(
98
(tag: { name: string; value: string }) => {
0 commit comments