Skip to content

Commit

Permalink
fix: typo in tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed May 20, 2024
1 parent 0452404 commit 4508824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gvm_sync_targets/models/tasks_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ class CreateTaskResponse(Response, tag="create_task_response"):
uuid: str = attr("id")


class ModifyTaskResponse(Response, tag="modify_tag_response"):
class ModifyTaskResponse(Response, tag="modify_task_response"):
pass

0 comments on commit 4508824

Please sign in to comment.