Skip to content

Commit 3e65805

Browse files
committed
chore(ans-104): set content-type as undefined if not set
1 parent b20b953 commit 3e65805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ans-104.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function normalizeAns104DataItem({
9292
ans104DataItem: Record<string, any>;
9393
dataHash: string;
9494
}): NormalizedDataItem {
95-
let contentType: string;
95+
let contentType: string | undefined;
9696

9797
const tags = (ans104DataItem.tags || []).map(
9898
(tag: { name: string; value: string }) => {

0 commit comments

Comments
 (0)