Fix misc bugs

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-04 10:45:43 +04:00
parent a160dc1f47
commit 8dc5fffa58
11 changed files with 75 additions and 55 deletions

View File

@@ -319,7 +319,7 @@ func (s *Service) GetNDAFile(
}
if trustCenter.NonDisclosureAgreementFileID == nil {
return nil
return ErrNDAFileNotFound
}
file = &coredata.File{}