Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0ssigeno committed Feb 11, 2025
1 parent 149e606 commit 14c791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_app/analyzers_manager/observable_analyzers/apivoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):
elif self.observable_classification == Classification.IP.value:
path = "iprep"
parameter = "ip"
elif self.observable_classification == Classifications.URL.value:
elif self.observable_classification == Classification.URL.value:
path = "urlrep"
parameter = "url"
else:
Expand Down

0 comments on commit 14c791e

Please sign in to comment.