Skip to content

Commit

Permalink
'#2095 JSON Syntax error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed May 10, 2024
1 parent df229a3 commit 4753a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iped-app/resources/config/conf/CategoriesConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
{"name": "Facebook", "mimes":["application/x-ufed-chat-preview-facebook"]},
{"name": "Instagram", "mimes":["application/x-ufed-chat-preview-instagram"]},
{"name": "Discord", "mimes":["application/x-discord-index", "application/x-discord-chat"]},
{"name": "Badoo", "mimes":["application/aleapp-badoochat"]}
{"name": "Badoo", "mimes":["application/aleapp-badoochat"]},
{"name": "Chat Activities", "mimes": ["application/x-ufed-chatactivity"]},
{"name": "Others Chats", "mimes":["application/x-ufed-html-chats", "application/x-ufed-chats-txt", "application/x-ufed-chat", "application/x-ufed-chat-preview"]}
]},
Expand Down

0 comments on commit 4753a11

Please sign in to comment.