auth service up running
This commit is contained in:
@@ -108,7 +108,7 @@ class CompanyUpdateEventMethods(MethodToEvent):
|
||||
completed=False,
|
||||
message="Company not found",
|
||||
result={},
|
||||
status_code="HTTP_404_NOT_FOUND"
|
||||
status_code="HTTP_404_NOT_FOUND",
|
||||
)
|
||||
company.save()
|
||||
return AlchemyJsonResponse(
|
||||
@@ -142,7 +142,7 @@ class CompanyPatchEventMethods(MethodToEvent):
|
||||
completed=False,
|
||||
message="Company not found",
|
||||
result={},
|
||||
status_code="HTTP_404_NOT_FOUND"
|
||||
status_code="HTTP_404_NOT_FOUND",
|
||||
)
|
||||
company.save()
|
||||
return AlchemyJsonResponse(
|
||||
|
||||
Reference in New Issue
Block a user