Skip to content

Commit

Permalink
Fix TLSH typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmvd committed Jan 25, 2024
1 parent 2e1c103 commit 2c5658b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/observableDefinitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const OBSERVABLE_TYPES = [
]
},
{
name: "TSLH",
name: "TLSH",
type: "tlsh",
fields: [
{ field: "value", type: "text", label: "Value", displayList: true, editable: true },
Expand Down

0 comments on commit 2c5658b

Please sign in to comment.