Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0ssigeno committed Feb 12, 2025
1 parent 03a7b24 commit 1de5c18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api_app/analyzables_manager/migrations/0002_migrate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def migrate(apps, schema_editor):
if job.is_sample:
an = Analyzable.objects.create(
md5=job.md5,
sha256=job.sha256,
sha1=job.sha1,
file=job.file,
mimetype=job.file_mimetype,
name=job.file_name,
Expand Down

0 comments on commit 1de5c18

Please sign in to comment.