Skip to content

Commit

Permalink
Merge pull request #28 from saferwall/fix/rename-field-mime-type
Browse files Browse the repository at this point in the history
fix: rename mime type field
  • Loading branch information
yassinrais authored May 22, 2024
2 parents 9ae0d61 + 58455b0 commit 49f2aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(file)/files/[hash]/files-memdumps/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
lines={true}
items={Object.entries({
'File Size': convertBytes(item.size),
'MIME Type': item.file_type,
'Magic': item.magic,
SHA256: item.sha256,
'Matched Rules': item.matched_rules.join(', ')
}).filter(([_, val]) => val)}
Expand Down

0 comments on commit 49f2aed

Please sign in to comment.