adding inputs output struct based on argo naming for now

This commit is contained in:
mr
2025-02-03 12:38:30 +01:00
parent 2662709fed
commit 275bd56fe6
3 changed files with 6 additions and 12 deletions

View File

@@ -83,9 +83,6 @@ func (ao *CollaborativeArea) VerifyAuth(request *tools.APIRequest) bool {
}
}
}
if ao.CreatorID == request.PeerID {
return true
}
}
return ao.AbstractObject.VerifyAuth(request)
}