fixe/run-mepo-auto

This commit is contained in:
Narindra ezway 2025-04-24 12:45:14 +03:00
parent 5e95562f84
commit fdad5e078a

View File

@ -81,7 +81,6 @@ class CertificateService {
catch(\OCP\Files\NotFoundException $e) {
return "nothing";
}
return base64_encode($file->getContent());
}