mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-28 10:49:41 +02:00
fix: handle server down error in add admin for self-hosting
This commit is contained in:
@@ -214,7 +214,7 @@ export default async function createDocumentWithTemplate(request, response) {
|
||||
object.set('Folder', folderPtr);
|
||||
}
|
||||
if (template?.FileAdapterId) {
|
||||
object.set('FileAdapterId');
|
||||
object.set('FileAdapterId', template?.FileAdapterId);
|
||||
}
|
||||
const newACL = new Parse.ACL();
|
||||
newACL.setPublicReadAccess(false);
|
||||
|
||||
Reference in New Issue
Block a user