Changes
This commit is contained in:
@@ -50,7 +50,8 @@ const uploadAttachmentToSupabase = async (tenant, folder ,file ) => {
|
||||
object: storageData.id,
|
||||
folder: folder,
|
||||
tags: ["E-Mail Anhang"],
|
||||
path: storageData.path
|
||||
path: storageData.path,
|
||||
tenant: tenant
|
||||
|
||||
})
|
||||
.select()
|
||||
|
||||
Reference in New Issue
Block a user