Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
feat: add a value to interactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed Sep 15, 2020
1 parent 4a9590e commit d765a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/controllers/contest_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def store(self, contest: Contest):
return resp

async def update(self, contest_id: str, contest: Contest):
self.interactor.update(contest)
self.interactor.update(contest_id, contest)
resp = {}

return resp
Expand Down

0 comments on commit d765a22

Please sign in to comment.